CLOUDSTACK-3724: Test case "test_vpc_vms_deployment.py" failed to find network offering.

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
Sanjay Tripathi 2013-07-23 18:04:34 +05:30 committed by Prasanna Santhanam
parent e2e3b9a288
commit a06b3f40eb
1 changed files with 7 additions and 7 deletions

View File

@ -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" %