Merge "Don't use same name for test and pymark"
diff --git a/tcp_tests/tests/system/test_install_mcp_queens.py b/tcp_tests/tests/system/test_install_mcp_queens.py
index d1bcc24..0e595bf 100644
--- a/tcp_tests/tests/system/test_install_mcp_queens.py
+++ b/tcp_tests/tests/system/test_install_mcp_queens.py
@@ -109,7 +109,7 @@
@pytest.mark.grab_versions
@pytest.mark.fail_snapshot
- @pytest.mark.test_cookied_mcp_queens_dvr
+ @pytest.mark.cookied_mcp_queens_dvr
def test_cookied_mcp_queens_dvr(self, underlay,
openstack_deployed,
stacklight_deployed,
@@ -132,7 +132,7 @@
@pytest.mark.grab_versions
@pytest.mark.fail_snapshot
- @pytest.mark.test_cookied_mcp_queens_dvr
+ @pytest.mark.cookied_mcp_queens_dvr
def test_cookied_mcp_queens_dvr_sl(self, underlay,
openstack_deployed,
stacklight_deployed):