The wlan5 and wlan6 instances are separate as they only have interfaces
in some tests. Also issue TEST-START notes for them.
Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
if args.stdin_ctrl:
set_term_echo(sys.stdin.fileno(), True)
sys.exit(1)
+ for ifname in ['/tmp/wpas-wlan5']:
+ wpas = None
+ try:
+ wpas = WpaSupplicant(global_iface=ifname, monitor=False)
+ wpas.global_request("NOTE TEST-START " + name)
+ del wpas
+ except:
+ logger.exception("Failed to issue TEST-START before " + name + " for " + ifname)
+ print("FAIL " + name + " - could not start test")
try:
hapd = HostapdGlobal()
hapd.request("NOTE TEST-START " + name)