From c30d9be3cea30339cfff40c1002906634291b373 Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Sat, 8 Jun 2013 13:27:08 +0530 Subject: [PATCH] Remove vm from cleanup list VM will be cleaned up when the account is cleaned up Signed-off-by: Prasanna Santhanam --- test/integration/smoke/test_routers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/smoke/test_routers.py b/test/integration/smoke/test_routers.py index f6ca2790069..d89acf93736 100644 --- a/test/integration/smoke/test_routers.py +++ b/test/integration/smoke/test_routers.py @@ -107,7 +107,6 @@ class TestRouterServices(cloudstackTestCase): serviceofferingid=cls.service_offering.id ) cls.cleanup = [ - cls.vm_1, cls.account, cls.service_offering ]