Disable Murano tests

Murano tests should be disabled.

Change-Id: I1ccc98fca6b5c6c328eb3fb6c59b056bd2bf0b6b
Partial-Bug: 1671381
(cherry picked from commit 3eb1db4907)
This commit is contained in:
Dmitry Belyaninov 2017-03-09 10:24:37 +01:00
parent d5de1a7b05
commit 0d50a07e59
2 changed files with 4 additions and 2 deletions

View File

@ -328,7 +328,8 @@ class MuranoHAOneController(TestBasic):
self.env.make_snapshot("deploy_murano_ha_one_controller_tun")
@test(groups=["services", "services.murano", "services_ha"])
@test(groups=["services", "services.murano", "services_ha"],
enabled=False)
class MuranoHA(TestBasic):
"""Murano HA tests.
Don't recommend to start tests without kvm.

View File

@ -20,7 +20,8 @@ from fuelweb_test.tests.base_test_case import SetupEnvironment
from fuelweb_test.tests.base_test_case import TestBasic
@test(groups=['murano_os_component', 'additional_components'])
@test(groups=['murano_os_component', 'additional_components'],
enabled=False)
class MuranoOSComponent(TestBasic):
"""MuranoOSComponent""" # TODO documentation