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

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