You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2013/07/23 18:11:24 UTC

git commit: updated refs/heads/master to 5c45645

Updated Branches:
  refs/heads/master 9985a895a -> 5c4564593


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

Signed-off-by: Prasanna Santhanam <ts...@apache.org>
(cherry picked from commit a06b3f40eba6ebc3af5d7c366ec757703a085f67)


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5c456459
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/5c456459
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/5c456459

Branch: refs/heads/master
Commit: 5c45645932f7537aa93f4d060e114a40dc7cbcb6
Parents: 9985a89
Author: Sanjay Tripathi <sa...@citrix.com>
Authored: Tue Jul 23 18:04:34 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Tue Jul 23 21:40:52 2013 +0530

----------------------------------------------------------------------
 test/integration/component/test_vpc_vms_deployment.py | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5c456459/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 c599d96..194b406 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" %