re-sort marks
Change-Id: I52077138d56834d6c582eba2cdfd59d6b301c4a4
diff --git a/tcp_tests/tests/system/test_install_k8s.py b/tcp_tests/tests/system/test_install_k8s.py
index 7109497..2294cf6 100644
--- a/tcp_tests/tests/system/test_install_k8s.py
+++ b/tcp_tests/tests/system/test_install_k8s.py
@@ -27,9 +27,9 @@
@pytest.mark.grab_versions
@pytest.mark.fail_snapshot
@pytest.mark.cz8116
- def test_k8s_install_calico(self, config, show_step,
- k8s_deployed, k8s_actions,
- sl_deployed, sl_actions):
+ def test_k8s_install_calico_lma(self, config, show_step,
+ k8s_deployed, k8s_actions,
+ sl_deployed, sl_actions):
"""Test for deploying MCP with k8s+stacklight_calico and check it
Scenario:
@@ -121,18 +121,14 @@
sl_deployed.download_sl_test_report(
'cfg01',
'/root/stacklight-pytest/stacklight_tests/report.xml')
-
- if config.k8s.k8s_conformance_run:
- show_step(11)
- k8s_actions.run_conformance()
LOG.info("*************** DONE **************")
@pytest.mark.grab_versions
@pytest.mark.fail_snapshot
@pytest.mark.cz8115
- def test_k8s_install_contrail(self, config, show_step,
- k8s_deployed, k8s_actions,
- sl_deployed, sl_actions):
+ def test_k8s_install_contrail_lma(self, config, show_step,
+ k8s_deployed, k8s_actions,
+ sl_deployed, sl_actions):
"""Test for deploying MCP with k8s+stacklight+contrail and check it
Scenario:
@@ -190,6 +186,7 @@
@pytest.mark.grab_versions
@pytest.mark.fail_snapshot
+ @pytest.mark.cz8116
def test_only_k8s_install(self, config, k8s_deployed, k8s_actions):
"""Test for deploying MCP environment with k8s and check it