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:16 UTC

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

Disabling the failed test cases mentioned in the following tickets integration.smoke.test_iso - CLOUDSTACK-6769, CLOUDSTACK-6774

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


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

Branch: refs/heads/4.4
Commit: c6a6b5b698244027e2bb2cb79a63609027f0b2e3
Parents: 97e1294
Author: Harikrishna Patnala <ha...@citrix.com>
Authored: Wed May 28 11:39:37 2014 +0530
Committer: Daan Hoogland <da...@onecht.net>
Committed: Mon Jul 28 16:02:23 2014 +0200

----------------------------------------------------------------------
 test/integration/smoke/test_iso.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c6a6b5b6/test/integration/smoke/test_iso.py
----------------------------------------------------------------------
diff --git a/test/integration/smoke/test_iso.py b/test/integration/smoke/test_iso.py
index 1cb9058..9887af0 100644
--- a/test/integration/smoke/test_iso.py
+++ b/test/integration/smoke/test_iso.py
@@ -189,6 +189,7 @@ class TestCreateIso(cloudstackTestCase):
 class TestISO(cloudstackTestCase):
 
     @classmethod
+    @attr(BugId="CLOUDSTACK-6769, CLOUDSTACK-6774")
     def setUpClass(cls):
         cls.services = Services().services
         cls.api_client = super(TestISO, cls).getClsTestClient().getApiClient()