Remove vm from cleanup list VM will be cleaned up when the account is cleaned up
Signed-off-by: Prasanna Santhanam <t...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c30d9be3 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c30d9be3 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c30d9be3 Branch: refs/heads/vmsync Commit: c30d9be3cea30339cfff40c1002906634291b373 Parents: cb80ae2 Author: Prasanna Santhanam <t...@apache.org> Authored: Sat Jun 8 13:27:08 2013 +0530 Committer: Prasanna Santhanam <t...@apache.org> Committed: Sat Jun 8 13:27:08 2013 +0530 ---------------------------------------------------------------------- test/integration/smoke/test_routers.py | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c30d9be3/test/integration/smoke/test_routers.py ---------------------------------------------------------------------- diff --git a/test/integration/smoke/test_routers.py b/test/integration/smoke/test_routers.py index f6ca279..d89acf9 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 ]