tests: DRIVER_EVENT failure case
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
3d9848967a
commit
f157078c13
1 changed files with 5 additions and 0 deletions
|
@ -1149,3 +1149,8 @@ def test_wpas_ctrl_mgmt_tx(dev, apdev):
|
|||
|
||||
if "OK" not in dev[0].request("MGMT_TX_DONE"):
|
||||
raise Exception("MGMT_TX_DONE failed")
|
||||
|
||||
def test_wpas_ctrl_driver_event(dev, apdev):
|
||||
"""wpa_supplicant ctrl_iface DRIVER_EVENT"""
|
||||
if "FAIL" not in dev[0].request("DRIVER_EVENT foo"):
|
||||
raise Exception("Invalid DRIVER_EVENT accepted")
|
||||
|
|
Loading…
Reference in a new issue