You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2012/09/12 15:24:11 UTC

[34/37] git commit: Revert "Marked copy to another zone tests as expectedFailure". This reverts commit 18a3e3cf2b922a7fa3eab93df6e9288f3bafb827.

Revert "Marked copy to another zone tests as expectedFailure". This reverts commit 18a3e3cf2b922a7fa3eab93df6e9288f3bafb827.


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/ecfa3e7c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/ecfa3e7c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/ecfa3e7c

Branch: refs/heads/master
Commit: ecfa3e7cf8183014e89e3f9f661fceaeb8a8c267
Parents: dfb368d
Author: Prasanna Santhanam <ts...@apache.org>
Authored: Thu Jun 7 18:42:24 2012 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Wed Sep 12 18:48:30 2012 +0530

----------------------------------------------------------------------
 test/integration/smoke/test_iso.py       |    2 +-
 test/integration/smoke/test_templates.py |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/ecfa3e7c/test/integration/smoke/test_iso.py
----------------------------------------------------------------------
diff --git a/test/integration/smoke/test_iso.py b/test/integration/smoke/test_iso.py
index d5a09fc..358bbf8 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"""
 

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/ecfa3e7c/test/integration/smoke/test_templates.py
----------------------------------------------------------------------
diff --git a/test/integration/smoke/test_templates.py b/test/integration/smoke/test_templates.py
index d1334c2..22309f4 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"""