diff --git a/test/integration/component/test_snapshots_improvement.py b/test/integration/component/test_snapshots_improvement.py index fe738d408bf..41e8640e08d 100644 --- a/test/integration/component/test_snapshots_improvement.py +++ b/test/integration/component/test_snapshots_improvement.py @@ -143,7 +143,6 @@ class TestSnapshotOnRootVolume(cloudstackTestCase): cls.account = Account.create(cls.api_client, cls.services["account"], domainid=cls.domain.id) - # pdb.set_trace() cls.service_offering = ServiceOffering.create( cls.api_client, cls.services["service_offering"]) diff --git a/test/integration/smoke/test_disk_offerings.py b/test/integration/smoke/test_disk_offerings.py index 75f2452c084..fed0690c69a 100644 --- a/test/integration/smoke/test_disk_offerings.py +++ b/test/integration/smoke/test_disk_offerings.py @@ -24,7 +24,7 @@ from marvin.lib.utils import * from marvin.lib.base import * from marvin.lib.common import * from nose.plugins.attrib import attr -import pdb + _multiprocess_shared_ = True @@ -46,7 +46,7 @@ class TestCreateDiskOffering(cloudstackTestCase): raise Exception("Warning: Exception during cleanup : %s" % e) return - @attr(tags = ["advanced", "basic", "eip", "sg", "advancedns", "smoke", "test"], required_hardware="false") + @attr(tags=["advanced", "basic", "eip", "sg", "advancedns", "smoke"], required_hardware="false") def test_01_create_disk_offering(self): """Test to create disk offering @@ -66,7 +66,6 @@ class TestCreateDiskOffering(cloudstackTestCase): self.apiclient, id=disk_offering.id ) - pdb.set_trace() self.assertEqual( isinstance(list_disk_response, list), True,