Make snapshots for dependent cases

Change-Id: Iae703a5e196efad4d681bbb8030d1a9d246fa85b
This commit is contained in:
NastyaUrlapova 2014-06-08 00:27:14 +04:00
parent 4ebe6bb6f6
commit 87d1db0f09
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ class SimpleFlat(TestBasic):
# https://bugs.launchpad.net/fuel/+bug/1263916
])
self.env.make_snapshot("deploy_simple_flat")
self.env.make_snapshot("deploy_simple_flat", is_make=True)
@test(depends_on=[deploy_simple_flat],
groups=["simple_flat_node_deletion"])

View File

@ -64,7 +64,7 @@ class TestHaFailover(TestBasic):
}
)
self.fuel_web.deploy_cluster_wait(cluster_id)
self.env.make_snapshot("deploy_ha")
self.env.make_snapshot("deploy_ha", is_make=True)
@test(depends_on_groups=['deploy_ha'],
groups=["ha_destroy_controllers"])