From c6a6b5b698244027e2bb2cb79a63609027f0b2e3 Mon Sep 17 00:00:00 2001 From: Harikrishna Patnala Date: Wed, 28 May 2014 11:39:37 +0530 Subject: [PATCH] Disabling the failed test cases mentioned in the following tickets integration.smoke.test_iso - CLOUDSTACK-6769, CLOUDSTACK-6774 Signed-off-by: Abhinandan Prateek (cherry picked from commit 80b9849981a608e46945da1ab813cd78f4bb8bcc) --- test/integration/smoke/test_iso.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/smoke/test_iso.py b/test/integration/smoke/test_iso.py index 1cb9058e40b..9887af0072a 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()