From 20b10b6062418d1217d9d5ee255a62c9cf2f13af Mon Sep 17 00:00:00 2001 From: Victor Ryzhenkin Date: Wed, 7 Sep 2016 14:47:58 +0300 Subject: [PATCH] Do not execute full_ha test as past of bvt Change-Id: I61695cf0faa551226a44baaa6c3844228b9efc29 --- murano_plugin_tests/murano_plugin/test_murano_plugin_bvt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/murano_plugin_tests/murano_plugin/test_murano_plugin_bvt.py b/murano_plugin_tests/murano_plugin/test_murano_plugin_bvt.py index 992bfba..5cdf24f 100644 --- a/murano_plugin_tests/murano_plugin/test_murano_plugin_bvt.py +++ b/murano_plugin_tests/murano_plugin/test_murano_plugin_bvt.py @@ -164,7 +164,7 @@ class TestMuranoPluginBvt(api.MuranoPluginApi): @test(depends_on_groups=['prepare_slaves_9'], groups=["deploy_murano_plugin_full_ha", "deploy", - "murano", "bvt", "deploy_murano_bvt"]) + "murano"]) @log_snapshot_after_test def deploy_murano_plugin_full_ha(self): """Deploy a cluster with the Murano plugin in full HA mode.