Add virtlet confirmance test run
Change-Id: I673e064cacfee8e7651443aa52b9a6bc8ad28670
diff --git a/tcp_tests/tests/system/test_virtlet_actions.py b/tcp_tests/tests/system/test_virtlet_actions.py
index 0dbc296..21f7454 100644
--- a/tcp_tests/tests/system/test_virtlet_actions.py
+++ b/tcp_tests/tests/system/test_virtlet_actions.py
@@ -89,6 +89,20 @@
show_step(4)
k8s_deployed.delete_vm(target_yaml)
+ @pytest.mark.grab_versions
+ @pytest.mark.grab_virtlet_results(name='virtlet_conformance.log')
+ @pytest.mark.fail_snapshot
+ def test_virtlet_conformance(self, show_step, config, k8s_deployed):
+ """Test run of virtlet conformance tests
+
+ Scenario:
+ 1. Perform virtlet conformance
+
+ """
+
+ show_step(1)
+ k8s_deployed.run_virtlet_conformance()
+
@pytest.mark.skip(reason="No configuration with ceph and k8s")
def test_rbd_flexvolume_driver(self, show_step, config, k8s_deployed):
"""Test for deploying a VM with Ceph RBD volume using flexvolumeDriver