You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by mc...@apache.org on 2013/06/12 20:22:54 UTC

[45/50] [abbrv] git commit: updated refs/heads/object_store to 18aeef3

Remove vm from cleanup list

VM will be cleaned up when the account is cleaned up

Signed-off-by: Prasanna Santhanam <ts...@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/object_store
Commit: c30d9be3cea30339cfff40c1002906634291b373
Parents: cb80ae2
Author: Prasanna Santhanam <ts...@apache.org>
Authored: Sat Jun 8 13:27:08 2013 +0530
Committer: Prasanna Santhanam <ts...@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
                        ]