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()