Fix typo netscaler_1 in TestAddMultipleNSDiffZone Signed-off-by: Prasanna Santhanam <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/51b7f5de Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/51b7f5de Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/51b7f5de Branch: refs/heads/ldapplugin Commit: 51b7f5de9195ab203adb651d5cdd0a0c0c1aec4f Parents: f50e26e Author: Sowmya Krishnan <[email protected]> Authored: Wed Jul 17 09:46:30 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Wed Jul 17 12:14:11 2013 +0530 ---------------------------------------------------------------------- test/integration/component/test_netscaler_nw_off.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/51b7f5de/test/integration/component/test_netscaler_nw_off.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_netscaler_nw_off.py b/test/integration/component/test_netscaler_nw_off.py index a5fe5b1..9539d1b 100644 --- a/test/integration/component/test_netscaler_nw_off.py +++ b/test/integration/component/test_netscaler_nw_off.py @@ -404,7 +404,7 @@ class TestAddMultipleNSDiffZone(cloudstackTestCase): physical_network = physical_networks[0] self.debug("Adding netscaler device: %s" % self.services["netscaler_1"]["ipaddress"]) - netscaler = NetScaler.add( + netscaler_1 = NetScaler.add( self.apiclient, self.services["netscaler_1"], physicalnetworkid=physical_network.id
