CLOUDSTACK-7805: test_vpc_vms_deployment.py - Removing invalid steps from test case
Signed-off-by: SrikanteswaraRao Talluri <tall...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0d6e3e48 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0d6e3e48 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0d6e3e48 Branch: refs/heads/master Commit: 0d6e3e48baf4844e4236779039abe76ec7b9d2de Parents: d5316d0 Author: Gaurav Aradhye <gaurav.arad...@clogeny.com> Authored: Tue Oct 28 14:38:05 2014 +0530 Committer: SrikanteswaraRao Talluri <tall...@apache.org> Committed: Tue Nov 4 11:58:23 2014 +0530 ---------------------------------------------------------------------- .../component/test_vpc_vms_deployment.py | 20 -------------------- 1 file changed, 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0d6e3e48/test/integration/component/test_vpc_vms_deployment.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_vpc_vms_deployment.py b/test/integration/component/test_vpc_vms_deployment.py index 54586d0..e61b2f8 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,