From dfb368d0fa6708f2adc9c343b4e0691abfd1214d Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Thu, 7 Jun 2012 10:11:11 +0530 Subject: [PATCH] Marked copy to another zone tests as expectedFailure --- 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 358bbf88552..d5a09fce780 100644 --- a/test/integration/smoke/test_iso.py +++ b/test/integration/smoke/test_iso.py @@ -445,7 +445,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 22309f4b57b..d1334c2d7fe 100644 --- a/test/integration/smoke/test_templates.py +++ b/test/integration/smoke/test_templates.py @@ -637,7 +637,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"""