From 0d6e3e48baf4844e4236779039abe76ec7b9d2de Mon Sep 17 00:00:00 2001 From: Gaurav Aradhye Date: Tue, 28 Oct 2014 14:38:05 +0530 Subject: [PATCH] CLOUDSTACK-7805: test_vpc_vms_deployment.py - Removing invalid steps from test case Signed-off-by: SrikanteswaraRao Talluri --- .../component/test_vpc_vms_deployment.py | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/test/integration/component/test_vpc_vms_deployment.py b/test/integration/component/test_vpc_vms_deployment.py index 54586d03755..e61b2f80f0c 100644 --- a/test/integration/component/test_vpc_vms_deployment.py +++ b/test/integration/component/test_vpc_vms_deployment.py @@ -2087,26 +2087,6 @@ class TestVMDeployVPC(cloudstackTestCase): self.fail("Failed to enable static NAT on IP: %s - %s" % ( public_ip_4.ipaddress.ipaddress, e)) - public_ips = PublicIPAddress.list( - self.apiclient, - networkid=network_2.id, - listall=True, - isstaticnat=True, - account=self.account.name, - domainid=self.account.domainid - ) - self.assertEqual( - isinstance(public_ips, list), - True, - "List public Ip for network should list the Ip addr" - ) - self.assertEqual( - public_ips[0].ipaddress, - public_ip_4.ipaddress.ipaddress, - "List public Ips %s for network should list the Ip addr %s" - % (public_ips[0].ipaddress, public_ip_4.ipaddress.ipaddress) - ) - self.debug("Adding NetwrokACl rules to make NAT rule accessible with network %s" % network_1.id) NetworkACL.create( self.apiclient,