mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-12-24 14:27:18 +00:00
Changed host and port parameters to correctly use --mgr and --mgr_port
This commit is contained in:
@@ -163,8 +163,7 @@ Generic command example:
|
||||
padding_number=10000,
|
||||
radio=args.radio)
|
||||
|
||||
ip_test = IPv4Test(lfjson_host,
|
||||
lfjson_port,
|
||||
ip_test = IPv4Test(host=args.mgr, port=args.mgr_port,
|
||||
ssid=args.ssid,
|
||||
password=args.passwd,
|
||||
security=args.security,
|
||||
|
||||
Reference in New Issue
Block a user