updated interface in netscaler config test script

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
rayeesn 2013-08-06 02:38:58 -07:00 committed by Prasanna Santhanam
parent 14a889df36
commit 78bc6314ea

View File

@ -66,8 +66,8 @@ class Services:
"username": 'nsroot',
"password": 'nsroot',
"networkdevicetype": 'NetscalerVPXLoadBalancer',
"publicinterface": '1/3',
"privateinterface": '1/2',
"publicinterface": '1/1',
"privateinterface": '1/1',
"numretries": 2,
"lbdevicededicated": False,
"lbdevicecapacity": 50,
@ -78,8 +78,8 @@ class Services:
"username": 'nsroot',
"password": 'nsroot',
"networkdevicetype": 'NetscalerVPXLoadBalancer',
"publicinterface": '1/3',
"privateinterface": '1/2',
"publicinterface": '1/1',
"privateinterface": '1/1',
"numretries": 2,
"lbdevicededicated": True,
"port": 22,