From d558dbbfec313f5aa669d8bc83308a4dda192267 Mon Sep 17 00:00:00 2001 From: Aleksandr Kholkin Date: Mon, 28 Nov 2016 18:32:19 +0300 Subject: [PATCH] Small fix to the test fix test deploy_murano_plugin_with_murano_node_in_existing_environment change 'depends_on' to the 'depends_on_groups' Change-Id: Ie2d8b95bc718124ed0ef4c2ae6cdcf79f1f41d40 --- murano_plugin_tests/murano_plugin/test_post_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/murano_plugin_tests/murano_plugin/test_post_install.py b/murano_plugin_tests/murano_plugin/test_post_install.py index 180cd96..07577cb 100644 --- a/murano_plugin_tests/murano_plugin/test_post_install.py +++ b/murano_plugin_tests/murano_plugin/test_post_install.py @@ -115,7 +115,7 @@ class TestMuranoPostInstallation(api.MuranoPluginApi): self.check_plugin_online() - @test(depends_on=["deploy_murano_plugin_on_controller"], + @test(depends_on_groups=["deploy_murano_plugin_on_controller"], groups=["move_murano_plugin_on_environment_from_controller" "_to_murano_node", "deploy", "murano_plugin", "post_installation", 'murano'])