Make snapshots for dependent cases

Change-Id: Iae703a5e196efad4d681bbb8030d1a9d246fa85b
This commit is contained in:
NastyaUrlapova 2014-06-08 00:27:14 +04:00
parent 9c03a341ee
commit e59cb325d9
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ class SimpleFlat(TestBasic):
'Create volume and attach it to instance']
)
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"])