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
This commit is contained in:
Aleksandr Kholkin 2016-11-28 18:32:19 +03:00
parent a54bd3937a
commit d558dbbfec
1 changed files with 1 additions and 1 deletions

View File

@ -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'])