diff --git a/test/integration/component/test_project_resources.py b/test/integration/component/test_project_resources.py index 18382690b90..5fec9934ea1 100644 --- a/test/integration/component/test_project_resources.py +++ b/test/integration/component/test_project_resources.py @@ -376,7 +376,7 @@ class TestNetwork(cloudstackTestCase): ) cls._cleanup = [ cls.account, - cls.service_offering, + cls.domain ] return @@ -543,8 +543,6 @@ class TestNetwork(cloudstackTestCase): # Wait for expunge interval to cleanup VM wait_for_cleanup(self.apiclient, ["expunge.delay", "expunge.interval"]) - - self.cleanup.append(domain_network) return