mirror of https://github.com/apache/cloudstack.git
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:
parent
cb80ae2440
commit
c30d9be3ce
|
|
@ -107,7 +107,6 @@ class TestRouterServices(cloudstackTestCase):
|
|||
serviceofferingid=cls.service_offering.id
|
||||
)
|
||||
cls.cleanup = [
|
||||
cls.vm_1,
|
||||
cls.account,
|
||||
cls.service_offering
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue