From c5d90634c2100abc5c8592a88109ddc0b6c558f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sinclert=20P=C3=A9rez?= Date: Fri, 21 Feb 2025 15:39:29 +0100 Subject: [PATCH] [DPE-6673] Rename integration tests (#620) --- ...plication_3.py => test_replication_data_consistency.py} | 0 ...replication_6.py => test_replication_data_isolation.py} | 0 ..._replication_7.py => test_replication_logs_rotation.py} | 0 ...est_replication_4.py => test_replication_reelection.py} | 0 .../{test_replication_5.py => test_replication_scaling.py} | 0 ...replication_1.py => test_replication_unit_endpoints.py} | 0 ...test_replication_2.py => test_replication_variables.py} | 0 ..._self_healing_3.py => test_self_healing_network_cut.py} | 0 ...lf_healing_2.py => test_self_healing_process_frozen.py} | 0 ...lf_healing_1.py => test_self_healing_process_killed.py} | 0 ..._healing_6.py => test_self_healing_restart_forceful.py} | 0 ..._healing_7.py => test_self_healing_restart_graceful.py} | 0 ...est_self_healing_5.py => test_self_healing_stop_all.py} | 0 ...self_healing_4.py => test_self_healing_stop_primary.py} | 0 tests/spread/test_replication_5.py/task.yaml | 7 ------- tests/spread/test_replication_6.py/task.yaml | 7 ------- tests/spread/test_replication_7.py/task.yaml | 7 ------- .../spread/test_replication_data_consistency.py/task.yaml | 7 +++++++ tests/spread/test_replication_data_isolation.py/task.yaml | 7 +++++++ tests/spread/test_replication_logs_rotation.py/task.yaml | 7 +++++++ .../task.yaml | 4 ++-- .../task.yaml | 4 ++-- tests/spread/test_replication_unit_endpoints.py/task.yaml | 7 +++++++ .../task.yaml | 4 ++-- tests/spread/test_self_healing_1.py/task.yaml | 7 ------- tests/spread/test_self_healing_2.py/task.yaml | 7 ------- tests/spread/test_self_healing_3.py/task.yaml | 7 ------- tests/spread/test_self_healing_4.py/task.yaml | 7 ------- tests/spread/test_self_healing_5.py/task.yaml | 7 ------- tests/spread/test_self_healing_6.py/task.yaml | 7 ------- tests/spread/test_self_healing_7.py/task.yaml | 7 ------- tests/spread/test_self_healing_network_cut.py/task.yaml | 7 +++++++ tests/spread/test_self_healing_process_frozen.py/task.yaml | 7 +++++++ tests/spread/test_self_healing_process_killed.py/task.yaml | 7 +++++++ .../spread/test_self_healing_restart_forceful.py/task.yaml | 7 +++++++ .../spread/test_self_healing_restart_graceful.py/task.yaml | 7 +++++++ .../task.yaml | 4 ++-- tests/spread/test_self_healing_stop_primary.py/task.yaml | 7 +++++++ 38 files changed, 78 insertions(+), 78 deletions(-) rename tests/integration/high_availability/{test_replication_3.py => test_replication_data_consistency.py} (100%) rename tests/integration/high_availability/{test_replication_6.py => test_replication_data_isolation.py} (100%) rename tests/integration/high_availability/{test_replication_7.py => test_replication_logs_rotation.py} (100%) rename tests/integration/high_availability/{test_replication_4.py => test_replication_reelection.py} (100%) rename tests/integration/high_availability/{test_replication_5.py => test_replication_scaling.py} (100%) rename tests/integration/high_availability/{test_replication_1.py => test_replication_unit_endpoints.py} (100%) rename tests/integration/high_availability/{test_replication_2.py => test_replication_variables.py} (100%) rename tests/integration/high_availability/{test_self_healing_3.py => test_self_healing_network_cut.py} (100%) rename tests/integration/high_availability/{test_self_healing_2.py => test_self_healing_process_frozen.py} (100%) rename tests/integration/high_availability/{test_self_healing_1.py => test_self_healing_process_killed.py} (100%) rename tests/integration/high_availability/{test_self_healing_6.py => test_self_healing_restart_forceful.py} (100%) rename tests/integration/high_availability/{test_self_healing_7.py => test_self_healing_restart_graceful.py} (100%) rename tests/integration/high_availability/{test_self_healing_5.py => test_self_healing_stop_all.py} (100%) rename tests/integration/high_availability/{test_self_healing_4.py => test_self_healing_stop_primary.py} (100%) delete mode 100644 tests/spread/test_replication_5.py/task.yaml delete mode 100644 tests/spread/test_replication_6.py/task.yaml delete mode 100644 tests/spread/test_replication_7.py/task.yaml create mode 100644 tests/spread/test_replication_data_consistency.py/task.yaml create mode 100644 tests/spread/test_replication_data_isolation.py/task.yaml create mode 100644 tests/spread/test_replication_logs_rotation.py/task.yaml rename tests/spread/{test_replication_4.py => test_replication_reelection.py}/task.yaml (62%) rename tests/spread/{test_replication_1.py => test_replication_scaling.py}/task.yaml (63%) create mode 100644 tests/spread/test_replication_unit_endpoints.py/task.yaml rename tests/spread/{test_replication_2.py => test_replication_variables.py}/task.yaml (62%) delete mode 100644 tests/spread/test_self_healing_1.py/task.yaml delete mode 100644 tests/spread/test_self_healing_2.py/task.yaml delete mode 100644 tests/spread/test_self_healing_3.py/task.yaml delete mode 100644 tests/spread/test_self_healing_4.py/task.yaml delete mode 100644 tests/spread/test_self_healing_5.py/task.yaml delete mode 100644 tests/spread/test_self_healing_6.py/task.yaml delete mode 100644 tests/spread/test_self_healing_7.py/task.yaml create mode 100644 tests/spread/test_self_healing_network_cut.py/task.yaml create mode 100644 tests/spread/test_self_healing_process_frozen.py/task.yaml create mode 100644 tests/spread/test_self_healing_process_killed.py/task.yaml create mode 100644 tests/spread/test_self_healing_restart_forceful.py/task.yaml create mode 100644 tests/spread/test_self_healing_restart_graceful.py/task.yaml rename tests/spread/{test_replication_3.py => test_self_healing_stop_all.py}/task.yaml (62%) create mode 100644 tests/spread/test_self_healing_stop_primary.py/task.yaml diff --git a/tests/integration/high_availability/test_replication_3.py b/tests/integration/high_availability/test_replication_data_consistency.py similarity index 100% rename from tests/integration/high_availability/test_replication_3.py rename to tests/integration/high_availability/test_replication_data_consistency.py diff --git a/tests/integration/high_availability/test_replication_6.py b/tests/integration/high_availability/test_replication_data_isolation.py similarity index 100% rename from tests/integration/high_availability/test_replication_6.py rename to tests/integration/high_availability/test_replication_data_isolation.py diff --git a/tests/integration/high_availability/test_replication_7.py b/tests/integration/high_availability/test_replication_logs_rotation.py similarity index 100% rename from tests/integration/high_availability/test_replication_7.py rename to tests/integration/high_availability/test_replication_logs_rotation.py diff --git a/tests/integration/high_availability/test_replication_4.py b/tests/integration/high_availability/test_replication_reelection.py similarity index 100% rename from tests/integration/high_availability/test_replication_4.py rename to tests/integration/high_availability/test_replication_reelection.py diff --git a/tests/integration/high_availability/test_replication_5.py b/tests/integration/high_availability/test_replication_scaling.py similarity index 100% rename from tests/integration/high_availability/test_replication_5.py rename to tests/integration/high_availability/test_replication_scaling.py diff --git a/tests/integration/high_availability/test_replication_1.py b/tests/integration/high_availability/test_replication_unit_endpoints.py similarity index 100% rename from tests/integration/high_availability/test_replication_1.py rename to tests/integration/high_availability/test_replication_unit_endpoints.py diff --git a/tests/integration/high_availability/test_replication_2.py b/tests/integration/high_availability/test_replication_variables.py similarity index 100% rename from tests/integration/high_availability/test_replication_2.py rename to tests/integration/high_availability/test_replication_variables.py diff --git a/tests/integration/high_availability/test_self_healing_3.py b/tests/integration/high_availability/test_self_healing_network_cut.py similarity index 100% rename from tests/integration/high_availability/test_self_healing_3.py rename to tests/integration/high_availability/test_self_healing_network_cut.py diff --git a/tests/integration/high_availability/test_self_healing_2.py b/tests/integration/high_availability/test_self_healing_process_frozen.py similarity index 100% rename from tests/integration/high_availability/test_self_healing_2.py rename to tests/integration/high_availability/test_self_healing_process_frozen.py diff --git a/tests/integration/high_availability/test_self_healing_1.py b/tests/integration/high_availability/test_self_healing_process_killed.py similarity index 100% rename from tests/integration/high_availability/test_self_healing_1.py rename to tests/integration/high_availability/test_self_healing_process_killed.py diff --git a/tests/integration/high_availability/test_self_healing_6.py b/tests/integration/high_availability/test_self_healing_restart_forceful.py similarity index 100% rename from tests/integration/high_availability/test_self_healing_6.py rename to tests/integration/high_availability/test_self_healing_restart_forceful.py diff --git a/tests/integration/high_availability/test_self_healing_7.py b/tests/integration/high_availability/test_self_healing_restart_graceful.py similarity index 100% rename from tests/integration/high_availability/test_self_healing_7.py rename to tests/integration/high_availability/test_self_healing_restart_graceful.py diff --git a/tests/integration/high_availability/test_self_healing_5.py b/tests/integration/high_availability/test_self_healing_stop_all.py similarity index 100% rename from tests/integration/high_availability/test_self_healing_5.py rename to tests/integration/high_availability/test_self_healing_stop_all.py diff --git a/tests/integration/high_availability/test_self_healing_4.py b/tests/integration/high_availability/test_self_healing_stop_primary.py similarity index 100% rename from tests/integration/high_availability/test_self_healing_4.py rename to tests/integration/high_availability/test_self_healing_stop_primary.py diff --git a/tests/spread/test_replication_5.py/task.yaml b/tests/spread/test_replication_5.py/task.yaml deleted file mode 100644 index 1fc41d1e0..000000000 --- a/tests/spread/test_replication_5.py/task.yaml +++ /dev/null @@ -1,7 +0,0 @@ -summary: test_replication_5.py -environment: - TEST_MODULE: high_availability/test_replication_5.py -execute: | - tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results" -artifacts: - - allure-results diff --git a/tests/spread/test_replication_6.py/task.yaml b/tests/spread/test_replication_6.py/task.yaml deleted file mode 100644 index 700b3e8e0..000000000 --- a/tests/spread/test_replication_6.py/task.yaml +++ /dev/null @@ -1,7 +0,0 @@ -summary: test_replication_6.py -environment: - TEST_MODULE: high_availability/test_replication_6.py -execute: | - tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results" -artifacts: - - allure-results diff --git a/tests/spread/test_replication_7.py/task.yaml b/tests/spread/test_replication_7.py/task.yaml deleted file mode 100644 index b535a7300..000000000 --- a/tests/spread/test_replication_7.py/task.yaml +++ /dev/null @@ -1,7 +0,0 @@ -summary: test_replication_7.py -environment: - TEST_MODULE: high_availability/test_replication_7.py -execute: | - tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results" -artifacts: - - allure-results diff --git a/tests/spread/test_replication_data_consistency.py/task.yaml b/tests/spread/test_replication_data_consistency.py/task.yaml new file mode 100644 index 000000000..22b4c29ea --- /dev/null +++ b/tests/spread/test_replication_data_consistency.py/task.yaml @@ -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 diff --git a/tests/spread/test_replication_data_isolation.py/task.yaml b/tests/spread/test_replication_data_isolation.py/task.yaml new file mode 100644 index 000000000..6980b5ebc --- /dev/null +++ b/tests/spread/test_replication_data_isolation.py/task.yaml @@ -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 diff --git a/tests/spread/test_replication_logs_rotation.py/task.yaml b/tests/spread/test_replication_logs_rotation.py/task.yaml new file mode 100644 index 000000000..cfa66c7a9 --- /dev/null +++ b/tests/spread/test_replication_logs_rotation.py/task.yaml @@ -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 diff --git a/tests/spread/test_replication_4.py/task.yaml b/tests/spread/test_replication_reelection.py/task.yaml similarity index 62% rename from tests/spread/test_replication_4.py/task.yaml rename to tests/spread/test_replication_reelection.py/task.yaml index 96e37d74d..ec378bdb5 100644 --- a/tests/spread/test_replication_4.py/task.yaml +++ b/tests/spread/test_replication_reelection.py/task.yaml @@ -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: diff --git a/tests/spread/test_replication_1.py/task.yaml b/tests/spread/test_replication_scaling.py/task.yaml similarity index 63% rename from tests/spread/test_replication_1.py/task.yaml rename to tests/spread/test_replication_scaling.py/task.yaml index e92410005..07ab6765f 100644 --- a/tests/spread/test_replication_1.py/task.yaml +++ b/tests/spread/test_replication_scaling.py/task.yaml @@ -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: diff --git a/tests/spread/test_replication_unit_endpoints.py/task.yaml b/tests/spread/test_replication_unit_endpoints.py/task.yaml new file mode 100644 index 000000000..2f8325ac9 --- /dev/null +++ b/tests/spread/test_replication_unit_endpoints.py/task.yaml @@ -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 diff --git a/tests/spread/test_replication_2.py/task.yaml b/tests/spread/test_replication_variables.py/task.yaml similarity index 62% rename from tests/spread/test_replication_2.py/task.yaml rename to tests/spread/test_replication_variables.py/task.yaml index 8bbc2a555..81e303c58 100644 --- a/tests/spread/test_replication_2.py/task.yaml +++ b/tests/spread/test_replication_variables.py/task.yaml @@ -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: diff --git a/tests/spread/test_self_healing_1.py/task.yaml b/tests/spread/test_self_healing_1.py/task.yaml deleted file mode 100644 index b2724336f..000000000 --- a/tests/spread/test_self_healing_1.py/task.yaml +++ /dev/null @@ -1,7 +0,0 @@ -summary: test_self_healing_1.py -environment: - TEST_MODULE: high_availability/test_self_healing_1.py -execute: | - tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results" -artifacts: - - allure-results diff --git a/tests/spread/test_self_healing_2.py/task.yaml b/tests/spread/test_self_healing_2.py/task.yaml deleted file mode 100644 index d47311e25..000000000 --- a/tests/spread/test_self_healing_2.py/task.yaml +++ /dev/null @@ -1,7 +0,0 @@ -summary: test_self_healing_2.py -environment: - TEST_MODULE: high_availability/test_self_healing_2.py -execute: | - tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results" -artifacts: - - allure-results diff --git a/tests/spread/test_self_healing_3.py/task.yaml b/tests/spread/test_self_healing_3.py/task.yaml deleted file mode 100644 index f26347fc8..000000000 --- a/tests/spread/test_self_healing_3.py/task.yaml +++ /dev/null @@ -1,7 +0,0 @@ -summary: test_self_healing_3.py -environment: - TEST_MODULE: high_availability/test_self_healing_3.py -execute: | - tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results" -artifacts: - - allure-results diff --git a/tests/spread/test_self_healing_4.py/task.yaml b/tests/spread/test_self_healing_4.py/task.yaml deleted file mode 100644 index 4e1dd3b6f..000000000 --- a/tests/spread/test_self_healing_4.py/task.yaml +++ /dev/null @@ -1,7 +0,0 @@ -summary: test_self_healing_4.py -environment: - TEST_MODULE: high_availability/test_self_healing_4.py -execute: | - tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results" -artifacts: - - allure-results diff --git a/tests/spread/test_self_healing_5.py/task.yaml b/tests/spread/test_self_healing_5.py/task.yaml deleted file mode 100644 index 7df6bf127..000000000 --- a/tests/spread/test_self_healing_5.py/task.yaml +++ /dev/null @@ -1,7 +0,0 @@ -summary: test_self_healing_5.py -environment: - TEST_MODULE: high_availability/test_self_healing_5.py -execute: | - tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results" -artifacts: - - allure-results diff --git a/tests/spread/test_self_healing_6.py/task.yaml b/tests/spread/test_self_healing_6.py/task.yaml deleted file mode 100644 index 21dec9af7..000000000 --- a/tests/spread/test_self_healing_6.py/task.yaml +++ /dev/null @@ -1,7 +0,0 @@ -summary: test_self_healing_6.py -environment: - TEST_MODULE: high_availability/test_self_healing_6.py -execute: | - tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results" -artifacts: - - allure-results diff --git a/tests/spread/test_self_healing_7.py/task.yaml b/tests/spread/test_self_healing_7.py/task.yaml deleted file mode 100644 index f39aabbfc..000000000 --- a/tests/spread/test_self_healing_7.py/task.yaml +++ /dev/null @@ -1,7 +0,0 @@ -summary: test_self_healing_7.py -environment: - TEST_MODULE: high_availability/test_self_healing_7.py -execute: | - tox run -e integration -- "tests/integration/$TEST_MODULE" --model testing --alluredir="$SPREAD_TASK/allure-results" -artifacts: - - allure-results diff --git a/tests/spread/test_self_healing_network_cut.py/task.yaml b/tests/spread/test_self_healing_network_cut.py/task.yaml new file mode 100644 index 000000000..dc94e595f --- /dev/null +++ b/tests/spread/test_self_healing_network_cut.py/task.yaml @@ -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 diff --git a/tests/spread/test_self_healing_process_frozen.py/task.yaml b/tests/spread/test_self_healing_process_frozen.py/task.yaml new file mode 100644 index 000000000..131abb77a --- /dev/null +++ b/tests/spread/test_self_healing_process_frozen.py/task.yaml @@ -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 diff --git a/tests/spread/test_self_healing_process_killed.py/task.yaml b/tests/spread/test_self_healing_process_killed.py/task.yaml new file mode 100644 index 000000000..1909addc9 --- /dev/null +++ b/tests/spread/test_self_healing_process_killed.py/task.yaml @@ -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 diff --git a/tests/spread/test_self_healing_restart_forceful.py/task.yaml b/tests/spread/test_self_healing_restart_forceful.py/task.yaml new file mode 100644 index 000000000..92f8b3f65 --- /dev/null +++ b/tests/spread/test_self_healing_restart_forceful.py/task.yaml @@ -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 diff --git a/tests/spread/test_self_healing_restart_graceful.py/task.yaml b/tests/spread/test_self_healing_restart_graceful.py/task.yaml new file mode 100644 index 000000000..38543523c --- /dev/null +++ b/tests/spread/test_self_healing_restart_graceful.py/task.yaml @@ -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 diff --git a/tests/spread/test_replication_3.py/task.yaml b/tests/spread/test_self_healing_stop_all.py/task.yaml similarity index 62% rename from tests/spread/test_replication_3.py/task.yaml rename to tests/spread/test_self_healing_stop_all.py/task.yaml index 874ebbbf5..5e19cd4a0 100644 --- a/tests/spread/test_replication_3.py/task.yaml +++ b/tests/spread/test_self_healing_stop_all.py/task.yaml @@ -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: diff --git a/tests/spread/test_self_healing_stop_primary.py/task.yaml b/tests/spread/test_self_healing_stop_primary.py/task.yaml new file mode 100644 index 000000000..d438a4762 --- /dev/null +++ b/tests/spread/test_self_healing_stop_primary.py/task.yaml @@ -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