Adjust base snapshot name for createmirror system test

- Change using deploy_murano_plugin_on_controller to deploy_murano_plugin
for createmirror systest

Change-Id: I5d3404513337a8b571a51d570e9161f86fd05f1c
This commit is contained in:
Victor Ryzhenkin 2016-11-08 20:04:38 +03:00
parent 55f343d02c
commit ca1705c53b
1 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ class TestMuranoFailover(api.MuranoPluginApi):
self._test_failover("hard_reboot", ["controller"],
"deploy_murano_plugin_on_controller")
@test(depends_on_groups=["deploy_murano_plugin_on_controller"],
@test(depends_on_groups=["deploy_murano_plugin"],
groups=["mirror", "system", "failover",
"create_mirror_and_check_murano_services"])
@log_snapshot_after_test
@ -129,7 +129,7 @@ class TestMuranoFailover(api.MuranoPluginApi):
Snapshot create_mirror_and_check_murano_services
"""
self.env.revert_snapshot(
"deploy_murano_plugin_on_controller")
"deploy_murano_plugin")
pid = self.helpers.get_plugin_pid('murano')