Regression test updates and fixing some issues

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-09-15 18:46:25 -07:00
parent 1d7578251c
commit c03a5051e3
7 changed files with 277 additions and 87 deletions

View File

@@ -151,7 +151,7 @@ python3 ./layer4.py
optional_args=group
break;
if optional_args is not None:
optional_args.add_argument('--mode',help='Used to force mode of stations')
optional_args.add_argument('--mode',help='Used to force mode of stations', default=0)
optional_args.add_argument('--ap',help='Used to force a connection to a particular AP')
args = parser.parse_args()