Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Make snapshots for dependent cases
Browse files Browse the repository at this point in the history
Change-Id: Iae703a5e196efad4d681bbb8030d1a9d246fa85b
  • Loading branch information
NastyaUrlapova committed Jun 7, 2014
1 parent 4ebe6bb commit 87d1db0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fuelweb_test/tests/test_simple.py
Expand Up @@ -117,7 +117,7 @@ def deploy_simple_flat(self):
# 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"])
Expand Down
2 changes: 1 addition & 1 deletion fuelweb_test/tests/tests_strength/test_failover.py
Expand Up @@ -64,7 +64,7 @@ def deploy_ha(self):
}
)
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"])
Expand Down

0 comments on commit 87d1db0

Please sign in to comment.