Remove check_run function usage in tests

Change-Id: I2aacc346393a65fb1dce4761a06a70160ef6a147
This commit is contained in:
Victor Ryzhenkin 2016-09-02 16:01:31 +03:00
parent c3fe7c20a3
commit 080be87a1b
3 changed files with 0 additions and 13 deletions

View File

@ -41,7 +41,6 @@ class TestMuranoPluginBvt(api.MuranoPluginApi):
Duration 90m
Snapshot deploy_murano_plugin_on_controller
"""
self.check_run("deploy_murano_plugin_on_controller")
self.env.revert_snapshot("ready_with_3_slaves")
@ -77,7 +76,6 @@ class TestMuranoPluginBvt(api.MuranoPluginApi):
Duration 90m
Snapshot deploy_murano_plugin_on_controller_ha
"""
self.check_run("deploy_murano_plugin_on_controller_ha")
self.env.revert_snapshot("ready_with_3_slaves")
@ -114,7 +112,6 @@ class TestMuranoPluginBvt(api.MuranoPluginApi):
Duration 90m
Snapshot deploy_murano_plugin
"""
self.check_run("deploy_murano_plugin")
self.env.revert_snapshot("ready_with_3_slaves")
@ -150,7 +147,6 @@ class TestMuranoPluginBvt(api.MuranoPluginApi):
Duration 120m
Snapshot deploy_murano_plugin_ha
"""
self.check_run("deploy_murano_plugin_ha")
self.env.revert_snapshot("ready_with_5_slaves")
@ -186,7 +182,6 @@ class TestMuranoPluginBvt(api.MuranoPluginApi):
Duration 150m
Snapshot deploy_murano_plugin_full_ha
"""
self.check_run("deploy_murano_plugin_full_ha")
self.env.revert_snapshot("ready_with_9_slaves")

View File

@ -43,8 +43,6 @@ class TestMuranoPluginUpdate(api.MuranoPluginApi):
Snapshot deploy_murano_plugin_in_environment_with_murano
"""
self.check_run("deploy_murano_plugin_in_environment_with_murano")
self.env.revert_snapshot("ready_with_3_slaves")
self.helpers.create_cluster(name=self.__class__.__name__,
@ -86,7 +84,6 @@ class TestMuranoPluginUpdate(api.MuranoPluginApi):
Duration 120m
Snapshot deploy_murano_node_in_environment_with_murano
"""
self.check_run("deploy_murano_node_in_environment_with_murano")
self.env.revert_snapshot("ready_with_3_slaves")

View File

@ -41,7 +41,6 @@ class TestMuranoPostInstallation(api.MuranoPluginApi):
Duration 60m
Snapshot deploy_environment_without_murano_plugin
"""
self.check_run("deploy_environment_without_murano_plugin")
self.env.revert_snapshot("ready_with_3_slaves")
@ -74,8 +73,6 @@ class TestMuranoPostInstallation(api.MuranoPluginApi):
Duration 60m
Snapshot deploy_murano_plugin_with_murano_node_in_existing_environment
"""
self.check_run(
"deploy_murano_plugin_with_murano_node_in_existing_environment")
self.env.revert_snapshot("deploy_environment_without_murano_plugin")
@ -107,8 +104,6 @@ class TestMuranoPostInstallation(api.MuranoPluginApi):
Duration 60m
Snapshot deploy_murano_plugin_on_controller_in_existing_environment
"""
self.check_run(
"deploy_murano_plugin_on_controller_in_existing_environment")
self.env.revert_snapshot("deploy_environment_without_murano_plugin")