Skip to content

Commit

Permalink
[DPE-6673] Rename integration tests (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclert-canonical authored Feb 21, 2025
1 parent 1252917 commit c5d9063
Show file tree
Hide file tree
Showing 38 changed files with 78 additions and 78 deletions.
7 changes: 0 additions & 7 deletions tests/spread/test_replication_5.py/task.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions tests/spread/test_replication_6.py/task.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions tests/spread/test_replication_7.py/task.yaml

This file was deleted.

7 changes: 7 additions & 0 deletions tests/spread/test_replication_data_consistency.py/task.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
summary: test_replication_data_consistency.py
environment:
TEST_MODULE: high_availability/test_replication_data_consistency.py
execute: |
tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results"
artifacts:
- allure-results
7 changes: 7 additions & 0 deletions tests/spread/test_replication_data_isolation.py/task.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
summary: test_replication_data_isolation.py
environment:
TEST_MODULE: high_availability/test_replication_data_isolation.py
execute: |
tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results"
artifacts:
- allure-results
7 changes: 7 additions & 0 deletions tests/spread/test_replication_logs_rotation.py/task.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
summary: test_replication_logs_rotation.py
environment:
TEST_MODULE: high_availability/test_replication_logs_rotation.py
execute: |
tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results"
artifacts:
- allure-results
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
summary: test_replication_4.py
summary: test_replication_reelection.py
environment:
TEST_MODULE: high_availability/test_replication_4.py
TEST_MODULE: high_availability/test_replication_reelection.py
execute: |
tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results"
artifacts:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
summary: test_replication_1.py
summary: test_replication_scaling.py
environment:
TEST_MODULE: high_availability/test_replication_1.py
TEST_MODULE: high_availability/test_replication_scaling.py
execute: |
tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results"
artifacts:
Expand Down
7 changes: 7 additions & 0 deletions tests/spread/test_replication_unit_endpoints.py/task.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
summary: test_replication_unit_endpoints.py
environment:
TEST_MODULE: high_availability/test_replication_unit_endpoints.py
execute: |
tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results"
artifacts:
- allure-results
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
summary: test_replication_2.py
summary: test_replication_variables.py
environment:
TEST_MODULE: high_availability/test_replication_2.py
TEST_MODULE: high_availability/test_replication_variables.py
execute: |
tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results"
artifacts:
Expand Down
7 changes: 0 additions & 7 deletions tests/spread/test_self_healing_1.py/task.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions tests/spread/test_self_healing_2.py/task.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions tests/spread/test_self_healing_3.py/task.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions tests/spread/test_self_healing_4.py/task.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions tests/spread/test_self_healing_5.py/task.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions tests/spread/test_self_healing_6.py/task.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions tests/spread/test_self_healing_7.py/task.yaml

This file was deleted.

7 changes: 7 additions & 0 deletions tests/spread/test_self_healing_network_cut.py/task.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
summary: test_self_healing_network_cut.py
environment:
TEST_MODULE: high_availability/test_self_healing_network_cut.py
execute: |
tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results"
artifacts:
- allure-results
7 changes: 7 additions & 0 deletions tests/spread/test_self_healing_process_frozen.py/task.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
summary: test_self_healing_process_frozen.py
environment:
TEST_MODULE: high_availability/test_self_healing_process_frozen.py
execute: |
tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results"
artifacts:
- allure-results
7 changes: 7 additions & 0 deletions tests/spread/test_self_healing_process_killed.py/task.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
summary: test_self_healing_process_killed.py
environment:
TEST_MODULE: high_availability/test_self_healing_process_killed.py
execute: |
tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results"
artifacts:
- allure-results
7 changes: 7 additions & 0 deletions tests/spread/test_self_healing_restart_forceful.py/task.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
summary: test_self_healing_restart_forceful.py
environment:
TEST_MODULE: high_availability/test_self_healing_restart_forceful.py
execute: |
tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results"
artifacts:
- allure-results
7 changes: 7 additions & 0 deletions tests/spread/test_self_healing_restart_graceful.py/task.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
summary: test_self_healing_restart_graceful.py
environment:
TEST_MODULE: high_availability/test_self_healing_restart_graceful.py
execute: |
tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results"
artifacts:
- allure-results
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
summary: test_replication_3.py
summary: test_self_healing_stop_all.py
environment:
TEST_MODULE: high_availability/test_replication_3.py
TEST_MODULE: high_availability/test_self_healing_stop_all.py
execute: |
tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results"
artifacts:
Expand Down
7 changes: 7 additions & 0 deletions tests/spread/test_self_healing_stop_primary.py/task.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
summary: test_self_healing_stop_primary.py
environment:
TEST_MODULE: high_availability/test_self_healing_stop_primary.py
execute: |
tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results"
artifacts:
- allure-results

0 comments on commit c5d9063

Please sign in to comment.