You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2014/07/28 16:04:19 UTC

[07/50] git commit: updated refs/heads/4.4 to d5220a8

CLOUDSTACK-6769 Test case failure in test_iso.py Disableing all the tests in this suite untill issues mentioned in the above ticket are resolved.

Signed-off-by: Abhinandan Prateek <ap...@apache.org>
(cherry picked from commit b4cb969d9b8162fc588f2e2923f64acf9dc1e487)


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

Branch: refs/heads/4.4
Commit: ebcb5a5514b7ddada95dfae75d11e3af01bf0fa7
Parents: 90c50f0
Author: Bharat Kumar <bh...@citrix.com>
Authored: Wed Jun 4 18:52:36 2014 +0530
Committer: Daan Hoogland <da...@onecht.net>
Committed: Mon Jul 28 16:02:25 2014 +0200

----------------------------------------------------------------------
 test/integration/smoke/test_iso.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ebcb5a55/test/integration/smoke/test_iso.py
----------------------------------------------------------------------
diff --git a/test/integration/smoke/test_iso.py b/test/integration/smoke/test_iso.py
index 9887af0..01ce2fd 100644
--- a/test/integration/smoke/test_iso.py
+++ b/test/integration/smoke/test_iso.py
@@ -281,7 +281,7 @@ class TestISO(cloudstackTestCase):
 
         return
 
-    @attr(tags = ["advanced", "basic", "eip", "sg", "advancedns", "smoke", "selfservice"])
+    @attr(tags = ["advanced", "basic", "eip", "sg", "advancedns", "smoke", "selfservice"],BugId="CLOUDSTACK-6769, CLOUDSTACK-6774")
     def test_02_edit_iso(self):
         """Test Edit ISO
         """
@@ -346,7 +346,7 @@ class TestISO(cloudstackTestCase):
                         )
         return
 
-    @attr(tags = ["advanced", "basic", "eip", "sg", "advancedns", "smoke", "selfservice"])
+    @attr(tags = ["advanced", "basic", "eip", "sg", "advancedns", "smoke", "selfservice"], BugId="CLOUDSTACK-6769, CLOUDSTACK-6774")
     def test_03_delete_iso(self):
         """Test delete ISO
         """
@@ -374,7 +374,7 @@ class TestISO(cloudstackTestCase):
                          )
         return
 
-    @attr(tags = ["advanced", "basic", "eip", "sg", "advancedns", "smoke", "provisioning"])
+    @attr(tags = ["advanced", "basic", "eip", "sg", "advancedns", "smoke", "provisioning"], BugId="CLOUDSTACK-6769, CLOUDSTACK-6774")
     def test_04_extract_Iso(self):
         "Test for extract ISO"
 
@@ -425,7 +425,7 @@ class TestISO(cloudstackTestCase):
                          )
         return
 
-    @attr(tags = ["advanced", "basic", "eip", "sg", "advancedns", "smoke", "selfservice"])
+    @attr(tags = ["advanced", "basic", "eip", "sg", "advancedns", "smoke", "selfservice"], BugId="CLOUDSTACK-6769, CLOUDSTACK-6774")
     def test_05_iso_permissions(self):
         """Update & Test for ISO permissions"""
 
@@ -477,7 +477,7 @@ class TestISO(cloudstackTestCase):
                         )
         return
 
-    @attr(tags = ["advanced", "basic", "eip", "sg", "advancedns", "smoke", "multizone", "provisioning"])
+    @attr(tags = ["advanced", "basic", "eip", "sg", "advancedns", "smoke", "multizone", "provisioning"], BugId="CLOUDSTACK-6769, CLOUDSTACK-6774")
     def test_06_copy_iso(self):
         """Test for copy ISO from one zone to another"""