Skip to content

Commit c5d9063

Browse files
[DPE-6673] Rename integration tests (#620)
1 parent 1252917 commit c5d9063

File tree

38 files changed

+78
-78
lines changed

38 files changed

+78
-78
lines changed

tests/spread/test_replication_5.py/task.yaml

-7
This file was deleted.

tests/spread/test_replication_6.py/task.yaml

-7
This file was deleted.

tests/spread/test_replication_7.py/task.yaml

-7
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
summary: test_replication_data_consistency.py
2+
environment:
3+
TEST_MODULE: high_availability/test_replication_data_consistency.py
4+
execute: |
5+
tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results"
6+
artifacts:
7+
- allure-results
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
summary: test_replication_data_isolation.py
2+
environment:
3+
TEST_MODULE: high_availability/test_replication_data_isolation.py
4+
execute: |
5+
tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results"
6+
artifacts:
7+
- allure-results
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
summary: test_replication_logs_rotation.py
2+
environment:
3+
TEST_MODULE: high_availability/test_replication_logs_rotation.py
4+
execute: |
5+
tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results"
6+
artifacts:
7+
- allure-results

tests/spread/test_replication_4.py/task.yaml tests/spread/test_replication_reelection.py/task.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
summary: test_replication_4.py
1+
summary: test_replication_reelection.py
22
environment:
3-
TEST_MODULE: high_availability/test_replication_4.py
3+
TEST_MODULE: high_availability/test_replication_reelection.py
44
execute: |
55
tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results"
66
artifacts:

tests/spread/test_replication_1.py/task.yaml tests/spread/test_replication_scaling.py/task.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
summary: test_replication_1.py
1+
summary: test_replication_scaling.py
22
environment:
3-
TEST_MODULE: high_availability/test_replication_1.py
3+
TEST_MODULE: high_availability/test_replication_scaling.py
44
execute: |
55
tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results"
66
artifacts:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
summary: test_replication_unit_endpoints.py
2+
environment:
3+
TEST_MODULE: high_availability/test_replication_unit_endpoints.py
4+
execute: |
5+
tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results"
6+
artifacts:
7+
- allure-results

tests/spread/test_replication_2.py/task.yaml tests/spread/test_replication_variables.py/task.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
summary: test_replication_2.py
1+
summary: test_replication_variables.py
22
environment:
3-
TEST_MODULE: high_availability/test_replication_2.py
3+
TEST_MODULE: high_availability/test_replication_variables.py
44
execute: |
55
tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results"
66
artifacts:

tests/spread/test_self_healing_1.py/task.yaml

-7
This file was deleted.

tests/spread/test_self_healing_2.py/task.yaml

-7
This file was deleted.

tests/spread/test_self_healing_3.py/task.yaml

-7
This file was deleted.

tests/spread/test_self_healing_4.py/task.yaml

-7
This file was deleted.

tests/spread/test_self_healing_5.py/task.yaml

-7
This file was deleted.

tests/spread/test_self_healing_6.py/task.yaml

-7
This file was deleted.

tests/spread/test_self_healing_7.py/task.yaml

-7
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
summary: test_self_healing_network_cut.py
2+
environment:
3+
TEST_MODULE: high_availability/test_self_healing_network_cut.py
4+
execute: |
5+
tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results"
6+
artifacts:
7+
- allure-results
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
summary: test_self_healing_process_frozen.py
2+
environment:
3+
TEST_MODULE: high_availability/test_self_healing_process_frozen.py
4+
execute: |
5+
tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results"
6+
artifacts:
7+
- allure-results
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
summary: test_self_healing_process_killed.py
2+
environment:
3+
TEST_MODULE: high_availability/test_self_healing_process_killed.py
4+
execute: |
5+
tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results"
6+
artifacts:
7+
- allure-results
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
summary: test_self_healing_restart_forceful.py
2+
environment:
3+
TEST_MODULE: high_availability/test_self_healing_restart_forceful.py
4+
execute: |
5+
tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results"
6+
artifacts:
7+
- allure-results
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
summary: test_self_healing_restart_graceful.py
2+
environment:
3+
TEST_MODULE: high_availability/test_self_healing_restart_graceful.py
4+
execute: |
5+
tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results"
6+
artifacts:
7+
- allure-results

tests/spread/test_replication_3.py/task.yaml tests/spread/test_self_healing_stop_all.py/task.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
summary: test_replication_3.py
1+
summary: test_self_healing_stop_all.py
22
environment:
3-
TEST_MODULE: high_availability/test_replication_3.py
3+
TEST_MODULE: high_availability/test_self_healing_stop_all.py
44
execute: |
55
tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results"
66
artifacts:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
summary: test_self_healing_stop_primary.py
2+
environment:
3+
TEST_MODULE: high_availability/test_self_healing_stop_primary.py
4+
execute: |
5+
tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results"
6+
artifacts:
7+
- allure-results

0 commit comments

Comments
 (0)