Skip to content

Commit 4251a09

Browse files
Gaurav AradhyeGirish Shilamkar
authored andcommitted
CLOUDSTACK-5633: Fixed network cleanup issue
1 parent 89945cd commit 4251a09

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/integration/component/test_project_resources.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ def setUpClass(cls):
376376
)
377377
cls._cleanup = [
378378
cls.account,
379-
cls.service_offering,
379+
cls.domain
380380
]
381381
return
382382

@@ -543,8 +543,6 @@ def test_03_network_create(self):
543543

544544
# Wait for expunge interval to cleanup VM
545545
wait_for_cleanup(self.apiclient, ["expunge.delay", "expunge.interval"])
546-
547-
self.cleanup.append(domain_network)
548546
return
549547

550548

0 commit comments

Comments
 (0)