Remove vm from cleanup list

VM will be cleaned up when the account is cleaned up

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
Prasanna Santhanam 2013-06-08 13:27:08 +05:30
parent cb80ae2440
commit c30d9be3ce
1 changed files with 0 additions and 1 deletions

View File

@ -107,7 +107,6 @@ class TestRouterServices(cloudstackTestCase):
serviceofferingid=cls.service_offering.id
)
cls.cleanup = [
cls.vm_1,
cls.account,
cls.service_offering
]