Browser Based Template Automation Changes
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5c06f2bb Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/5c06f2bb Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/5c06f2bb Branch: refs/heads/master Commit: 5c06f2bbd415a05c749412906e78074955ea34aa Parents: 4807828 Author: sailajamada <sailaja.m...@citrix.com> Authored: Mon Mar 23 15:19:17 2015 +0530 Committer: sailajamada <sailaja.m...@citrix.com> Committed: Mon Mar 23 15:19:17 2015 +0530 ---------------------------------------------------------------------- test/integration/component/test_browse_templates.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5c06f2bb/test/integration/component/test_browse_templates.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_browse_templates.py b/test/integration/component/test_browse_templates.py index 3df5139..c1acf3c 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 """