You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2015/06/02 12:35:36 UTC

git commit: updated refs/heads/master to d6052a3

Repository: cloudstack
Updated Branches:
  refs/heads/master 06f9ee63b -> d6052a31a


Modified test_lb_secondary_ip.py file: Local variable accessed as class variable

Signed-off-by: Daan Hoogland <da...@gmail.com>

This closes #344


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

Branch: refs/heads/master
Commit: d6052a31a330f37afd4d05efd89b289966aa23fb
Parents: 06f9ee6
Author: pritisarap12 <pr...@clogeny.com>
Authored: Tue Jun 2 13:19:19 2015 +0530
Committer: Daan Hoogland <da...@gmail.com>
Committed: Tue Jun 2 12:33:06 2015 +0200

----------------------------------------------------------------------
 test/integration/component/test_lb_secondary_ip.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d6052a31/test/integration/component/test_lb_secondary_ip.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_lb_secondary_ip.py b/test/integration/component/test_lb_secondary_ip.py
index 03551ab..e1d885d 100644
--- a/test/integration/component/test_lb_secondary_ip.py
+++ b/test/integration/component/test_lb_secondary_ip.py
@@ -1984,7 +1984,7 @@ class TestExternalLoadBalancer(cloudstackTestCase):
         defaultEthernetDevice = str(response[2].split()[0])
 
         cmd = "ip addr add {0}/24 broadcast {0} dev {1}".format(
-            self.secondaryip.ipaddress, defaultEthernetDevice)
+            secondaryip.ipaddress, defaultEthernetDevice)
         sshClient.execute(cmd)
         sshClient.execute("ip addr show")