From c0879a2f0d6ab6683e499ff3371bf369f4327ac6 Mon Sep 17 00:00:00 2001 From: Vasily Gorin Date: Tue, 23 Aug 2016 17:25:04 +0300 Subject: [PATCH] Enable reverting snapshots for destructive tests. Change-Id: I237aa8c3f25361dc17de38263d1487a8d9e4b0d1 Related-Bug: #1616025 --- plugin_test/tests/test_plugin_vmware_dvs_destructive.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/plugin_test/tests/test_plugin_vmware_dvs_destructive.py b/plugin_test/tests/test_plugin_vmware_dvs_destructive.py index c1ac3ca..b665225 100644 --- a/plugin_test/tests/test_plugin_vmware_dvs_destructive.py +++ b/plugin_test/tests/test_plugin_vmware_dvs_destructive.py @@ -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)