Add @pytest.mark.grab_versions to tests
Change-Id: I7d5374c54c5817f265f85559d46e85eb868ddbff
diff --git a/tcp_tests/tests/system/test_install_k8s.py b/tcp_tests/tests/system/test_install_k8s.py
index 6c926d8..7109497 100644
--- a/tcp_tests/tests/system/test_install_k8s.py
+++ b/tcp_tests/tests/system/test_install_k8s.py
@@ -24,6 +24,7 @@
class Testk8sInstall(object):
"""Test class for testing Kubernetes deploy"""
+ @pytest.mark.grab_versions
@pytest.mark.fail_snapshot
@pytest.mark.cz8116
def test_k8s_install_calico(self, config, show_step,
@@ -126,6 +127,7 @@
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,
@@ -186,6 +188,7 @@
k8s_actions.run_conformance()
LOG.info("*************** DONE **************")
+ @pytest.mark.grab_versions
@pytest.mark.fail_snapshot
def test_only_k8s_install(self, config, k8s_deployed, k8s_actions):
"""Test for deploying MCP environment with k8s and check it