testgroup2: name_prefix cannot be blank

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-12-08 15:22:52 -08:00
parent ebde0fea99
commit 9ddfe06845

View File

@@ -295,7 +295,7 @@ python3 ./testgroup2.py
port=args.mgr_port,
number_template="0000",
sta_list=station_list,
name_prefix="",
name_prefix="VT-",
upstream=args.upstream_port,
ssid=args.ssid,
password=args.passwd,