mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
tests: Update multi_ap_fronthaul_on_ap to match implementation
Now that the backhaul STA Multi-AP association is not rejected anymore by the AP, update the test case to expect disconnection to be triggered by the STA. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
bfcdac1c8b
commit
cb3c156e7b
@ -59,7 +59,5 @@ def test_multi_ap_fronthaul_on_ap(dev, apdev):
|
||||
dev[0].request("DISCONNECT")
|
||||
if ev is None:
|
||||
raise Exception("Connection result not reported")
|
||||
if "CTRL-EVENT-ASSOC-REJECT" not in ev:
|
||||
raise Exception("Association rejection not reported")
|
||||
if "status_code=12" not in ev:
|
||||
raise Exception("Unexpected association status code: " + ev)
|
||||
if "CTRL-EVENT-DISCONNECTED" not in ev:
|
||||
raise Exception("Unexpected connection result")
|
||||
|
Loading…
Reference in New Issue
Block a user