Do not execute Murano tests on env without Murano

Change-Id: Iea815bb77ae038a2ba5f535b6936d0126289c597
This commit is contained in:
Victor Ryzhenkin 2016-10-10 14:51:21 +03:00
parent c6516412d5
commit c15cfcf315
2 changed files with 0 additions and 2 deletions

View File

@ -116,7 +116,6 @@ class MuranoPluginApi(object):
test_name=test_name, test_name=test_name,
timeout=60 * 20) timeout=60 * 20)
@retry(count=3, delay=120)
def check_plugin_sanity(self): def check_plugin_sanity(self):
"""Checks that plugin is working. Runs sanity Murano OSTF.""" """Checks that plugin is working. Runs sanity Murano OSTF."""
test_name = ('fuel_health.tests.sanity.test_sanity_murano.' test_name = ('fuel_health.tests.sanity.test_sanity_murano.'

View File

@ -49,7 +49,6 @@ class TestMuranoPostInstallation(api.MuranoPluginApi):
self.helpers.deploy_cluster(self.only_controllers) self.helpers.deploy_cluster(self.only_controllers)
self.run_ostf(['sanity', 'smoke']) self.run_ostf(['sanity', 'smoke'])
self.check_plugin_online()
self.env.make_snapshot("deploy_environment_without_murano_plugin", self.env.make_snapshot("deploy_environment_without_murano_plugin",
is_make=True) is_make=True)