From 5c06f2bbd415a05c749412906e78074955ea34aa Mon Sep 17 00:00:00 2001 From: sailajamada Date: Mon, 23 Mar 2015 15:19:17 +0530 Subject: [PATCH] Browser Based Template Automation Changes --- test/integration/component/test_browse_templates.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/component/test_browse_templates.py b/test/integration/component/test_browse_templates.py index 3df513979db..c1acf3cffe2 100644 --- a/test/integration/component/test_browse_templates.py +++ b/test/integration/component/test_browse_templates.py @@ -1262,7 +1262,7 @@ class TestBrowseUploadVolume(cloudstackTestCase): self.debug("========================= Test 9: Delete the Uploaded Template========================= ") print browseup_template - #self.delete_template(browseup_template) + self.delete_template(browseup_template) self.debug("========================= Test 10: Upload Multiple templates========================= ") @@ -1274,7 +1274,7 @@ class TestBrowseUploadVolume(cloudstackTestCase): @attr(tags = ["advanced", "advancedns", "smoke", "basic"], required_hardware="true") - def xtest_02_SSVM_Life_Cycle_With_Browser_Template_TPath(self): + def test_02_SSVM_Life_Cycle_With_Browser_Template_TPath(self): """ Test SSVM_Life_Cycle_With_Browser_template_TPath """