mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
Changed host and port parameters to correctly use --mgr and --mgr_port
This commit is contained in:
@@ -234,7 +234,7 @@ python3 ./test_generic.py
|
||||
end_id_=num_sta-1,
|
||||
padding_number_=100)
|
||||
|
||||
generic_test = GenTest(args.mgr, lfjson_port,
|
||||
generic_test = GenTest(host=args.mgr, port=args.mgr_port,
|
||||
number_template="00",
|
||||
radio=args.radio,
|
||||
sta_list=station_list,
|
||||
|
||||
Reference in New Issue
Block a user