Enable reverting snapshots for destructive tests.

Change-Id: I237aa8c3f25361dc17de38263d1487a8d9e4b0d1
Related-Bug: #1616025
This commit is contained in:
Vasily Gorin 2016-08-23 17:25:04 +03:00
parent 89ee57e1f5
commit c0879a2f0d
1 changed files with 2 additions and 4 deletions

View File

@ -380,8 +380,7 @@ class TestDVSDestructive(TestBasic):
Duration: 1.8 hours
"""
# TODO(vgorin) Uncomment when reverting of WS snapshot is available
# self.env.revert_snapshot("dvs_destructive_setup_2")
self.env.revert_snapshot("dvs_destructive_setup_2")
cluster_id = self.fuel_web.get_last_created_cluster()
os_ip = self.fuel_web.get_public_vip(cluster_id)
@ -439,8 +438,7 @@ class TestDVSDestructive(TestBasic):
Duration: 1.8 hours
"""
# TODO(vgorin) Uncomment when reverting of WS snapshot is available
# self.env.revert_snapshot("dvs_destructive_setup_2")
self.env.revert_snapshot("dvs_destructive_setup_2")
cluster_id = self.fuel_web.get_last_created_cluster()
os_ip = self.fuel_web.get_public_vip(cluster_id)