From 1216156abca712c983151ba0d58ac2d34f9ca1d9 Mon Sep 17 00:00:00 2001 From: pritisarap12 Date: Tue, 2 Jun 2015 13:19:19 +0530 Subject: [PATCH] Modified test_lb_secondary_ip.py file: Local variable accessed as class variable --- test/integration/component/test_lb_secondary_ip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_lb_secondary_ip.py b/test/integration/component/test_lb_secondary_ip.py index 03551ab58512..e1d885d62ef9 100644 --- a/test/integration/component/test_lb_secondary_ip.py +++ b/test/integration/component/test_lb_secondary_ip.py @@ -1984,7 +1984,7 @@ def test_23_lb_rule_functioning_with_netscaler(self): 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")