From 2133b17728c48128005463eda5625d05caff320f Mon Sep 17 00:00:00 2001 From: Chirag Jog Date: Thu, 7 Jun 2012 18:42:24 +0530 Subject: [PATCH] Revert "Marked copy to another zone tests as expectedFailure". This reverts commit 18a3e3cf2b922a7fa3eab93df6e9288f3bafb827. --- test/integration/smoke/test_iso.py | 2 +- test/integration/smoke/test_templates.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/smoke/test_iso.py b/test/integration/smoke/test_iso.py index 1a2041a60be..e1f8dfeb4b7 100644 --- a/test/integration/smoke/test_iso.py +++ b/test/integration/smoke/test_iso.py @@ -442,7 +442,7 @@ class TestISO(cloudstackTestCase): "Check isfeatured permission of ISO" ) return - @unittest.expectedFailure + def test_06_copy_iso(self): """Test for copy ISO from one zone to another""" diff --git a/test/integration/smoke/test_templates.py b/test/integration/smoke/test_templates.py index 053c193b47b..b17b93fda19 100644 --- a/test/integration/smoke/test_templates.py +++ b/test/integration/smoke/test_templates.py @@ -634,7 +634,7 @@ class TestTemplates(cloudstackTestCase): "ListTemplates should not list any system templates" ) return - @unittest.expectedFailure + def test_06_copy_template(self): """Test for copy template from one zone to another"""