Repository: cloudstack Updated Branches: refs/heads/master 045a290ce -> 07abf7d7c
CLOUDSTACK-7284: Fixed VM delete issue, expunge not allowed by user api client Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/07abf7d7 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/07abf7d7 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/07abf7d7 Branch: refs/heads/master Commit: 07abf7d7c1cd4953bea0322f21aeb8379fc49e14 Parents: 045a290 Author: Girish Shilamkar <gir...@clogeny.com> Authored: Tue Aug 12 19:19:43 2014 +0530 Committer: Girish Shilamkar <gir...@clogeny.com> Committed: Tue Aug 12 19:19:43 2014 +0530 ---------------------------------------------------------------------- test/integration/component/test_escalations_networks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/07abf7d7/test/integration/component/test_escalations_networks.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_escalations_networks.py b/test/integration/component/test_escalations_networks.py index 66985e9..56f61b4 100644 --- a/test/integration/component/test_escalations_networks.py +++ b/test/integration/component/test_escalations_networks.py @@ -1013,7 +1013,7 @@ class TestNetworks_1(cloudstackTestCase): ) instance_page2 = list_instances_page2[0] # Deleting a single VM - VirtualMachine.delete(vm_created, self.userapiclient, expunge=True) + VirtualMachine.delete(vm_created, self.apiClient) # Listing the VM's in page 2 list_instance_response = VirtualMachine.list( self.userapiclient,