Updated Branches:
  refs/heads/master 840e14de0 -> 50dc67bc2

destroy vm after test in test_advancedsg_networks.py


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8220b986
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8220b986
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8220b986

Branch: refs/heads/master
Commit: 8220b9867c70166705fc4ed6373ea8266e754678
Parents: 03e283c
Author: Wei Zhou <[email protected]>
Authored: Mon Jun 10 14:00:05 2013 +0200
Committer: Wei Zhou <[email protected]>
Committed: Mon Jun 10 14:00:05 2013 +0200

----------------------------------------------------------------------
 test/integration/component/test_advancedsg_networks.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8220b986/test/integration/component/test_advancedsg_networks.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_advancedsg_networks.py 
b/test/integration/component/test_advancedsg_networks.py
index e24254d..229cfd6 100644
--- a/test/integration/component/test_advancedsg_networks.py
+++ b/test/integration/component/test_advancedsg_networks.py
@@ -730,6 +730,7 @@ class TestNetworksInAdvancedSG(cloudstackTestCase):
                                                                      
networkids=self.shared_network_sg.id,
                                                                     
serviceofferingid=self.service_offering.id
                                                                      )
+        
self.cleanup_vms.append(self.shared_network_admin_account_virtual_machine)
         vms = VirtualMachine.list(
                             self.api_client,
                             
id=self.shared_network_admin_account_virtual_machine.id,

Reply via email to