Merge "Disable in deploy_heat_ha_one_controller_nova test"

This commit is contained in:
Jenkins 2015-07-30 11:21:06 +00:00 committed by Gerrit Code Review
commit 1f8bc31289
1 changed files with 2 additions and 1 deletions

View File

@ -861,7 +861,8 @@ class HeatHAOneController(TestBasic):
self.env.make_snapshot("deploy_heat_ha_one_controller_neutron")
@test(depends_on=[SetupEnvironment.prepare_slaves_3],
@test(enabled=False,
depends_on=[SetupEnvironment.prepare_slaves_3],
groups=["deploy_heat_ha_one_controller_nova"])
@log_snapshot_after_test
def deploy_heat_ha_one_controller_nova(self):