commit | eb8b813ad9f98870ec3f0afe1a2ca4e2150de82c | [log] [tgz] |
---|---|---|
author | Vladimir Jigulin <vjigulin@mirantis.com> | Tue Mar 19 15:34:02 2019 +0400 |
committer | Vladimir Jigulin <vjigulin@mirantis.com> | Tue Mar 19 16:06:18 2019 +0400 |
tree | 8f3f86f85e4f65ed6367343d20486a9683914486 | |
parent | 06220dacd8d3da39c7d66e074a36d95e57e646b9 [diff] [blame] |
Mark k8s system tests with k8s_system mark Change-Id: I0a1cb7e30648bdf9fd4f89c62fe08661b28c0117 Related-PROD: PROD-28588
diff --git a/tcp_tests/tests/system/test_failover_k8s.py b/tcp_tests/tests/system/test_failover_k8s.py index 7382bb9..60ac4a7 100644 --- a/tcp_tests/tests/system/test_failover_k8s.py +++ b/tcp_tests/tests/system/test_failover_k8s.py
@@ -23,6 +23,7 @@ @pytest.mark.grab_versions @pytest.mark.fail_snapshot + @pytest.mark.k8s_system def test_k8s_master_vip_migration(self, show_step, k8s_deployed, underlay, k8s_actions, core_actions, config, hardware):