mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-12-24 22:37:03 +00:00
Changed host and port parameters to correctly use --mgr and --mgr_port
This commit is contained in:
@@ -207,7 +207,9 @@ Generic command layout:
|
||||
station_list = LFUtils.portNameSeries(prefix_="sta", start_id_=0, end_id_=num_sta-1, padding_number_=10000,
|
||||
radio=args.radio)
|
||||
|
||||
ip_var_test = IPV4VariableTime(args.mgr, lfjson_port, number_template="00", sta_list=station_list,
|
||||
ip_var_test = IPV4VariableTime(host=args.mgr, port=args.mgr_port,
|
||||
number_template="00",
|
||||
sta_list=station_list,
|
||||
name_prefix="VT",
|
||||
upstream=args.upstream_port,
|
||||
ssid=args.ssid,
|
||||
|
||||
Reference in New Issue
Block a user