Changed host and port parameters to correctly use --mgr and --mgr_port

This commit is contained in:
Logan Lipke
2020-12-11 15:06:33 -08:00
parent bae52879b0
commit 0fceed5bd6
13 changed files with 68 additions and 26 deletions

View File

@@ -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,