From a06b3f40eba6ebc3af5d7c366ec757703a085f67 Mon Sep 17 00:00:00 2001 From: Sanjay Tripathi Date: Tue, 23 Jul 2013 18:04:34 +0530 Subject: [PATCH] CLOUDSTACK-3724: Test case "test_vpc_vms_deployment.py" failed to find network offering. Signed-off-by: Prasanna Santhanam --- .../component/test_vpc_vms_deployment.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/test/integration/component/test_vpc_vms_deployment.py b/test/integration/component/test_vpc_vms_deployment.py index c599d96113e..194b4061d4d 100644 --- a/test/integration/component/test_vpc_vms_deployment.py +++ b/test/integration/component/test_vpc_vms_deployment.py @@ -354,7 +354,7 @@ class TestVMDeployVPC(cloudstackTestCase): ) # Enable Network offering nw_off_no_lb.update(self.apiclient, state='Enabled') - self._cleanup.append(nw_off) + self._cleanup.append(nw_off_no_lb) # Creating network using the network offering created self.debug("Creating network with network offering: %s" % @@ -569,7 +569,7 @@ class TestVMDeployVPC(cloudstackTestCase): ) # Enable Network offering nw_off_no_lb.update(self.apiclient, state='Enabled') - self._cleanup.append(nw_off) + self._cleanup.append(nw_off_no_lb) # Creating network using the network offering created self.debug("Creating network with network offering: %s" % @@ -822,7 +822,7 @@ class TestVMDeployVPC(cloudstackTestCase): ) # Enable Network offering nw_off_no_lb.update(self.apiclient, state='Enabled') - self._cleanup.append(nw_off) + self._cleanup.append(nw_off_no_lb) # Creating network using the network offering created self.debug("Creating network with network offering: %s" % @@ -1091,7 +1091,7 @@ class TestVMDeployVPC(cloudstackTestCase): ) # Enable Network offering nw_off_no_lb.update(self.apiclient, state='Enabled') - self._cleanup.append(nw_off) + self._cleanup.append(nw_off_no_lb) # Creating network using the network offering created self.debug("Creating network with network offering: %s" % @@ -1375,7 +1375,7 @@ class TestVMDeployVPC(cloudstackTestCase): ) # Enable Network offering nw_off_no_lb.update(self.apiclient, state='Enabled') - self._cleanup.append(nw_off) + self._cleanup.append(nw_off_no_lb) configs = Configurations.list( self.apiclient, @@ -1546,7 +1546,7 @@ class TestVMDeployVPC(cloudstackTestCase): ) # Enable Network offering nw_off_no_lb.update(self.apiclient, state='Enabled') - self._cleanup.append(nw_off) + self._cleanup.append(nw_off_no_lb) # Creating network using the network offering created self.debug("Creating network with network offering: %s" % @@ -1810,7 +1810,7 @@ class TestVMDeployVPC(cloudstackTestCase): ) # Enable Network offering nw_off_no_lb.update(self.apiclient, state='Enabled') - self._cleanup.append(nw_off) + self._cleanup.append(nw_off_no_lb) # Creating network using the network offering created self.debug("Creating network with network offering: %s" %