mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-17 18:34:03 -05:00
tests: Remove forgotten print from gas_anqp_oom_hapd
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
be4a0d0d5a
commit
2c68ae2b21
@ -925,7 +925,7 @@ def test_gas_anqp_oom_hapd(dev, apdev):
|
|||||||
hapd.set("gas_frag_limit", "50")
|
hapd.set("gas_frag_limit", "50")
|
||||||
|
|
||||||
# This query will time out due to the AP not sending a response (OOM).
|
# This query will time out due to the AP not sending a response (OOM).
|
||||||
print dev[0].request("FETCH_ANQP")
|
dev[0].request("FETCH_ANQP")
|
||||||
ev = dev[0].wait_event(["GAS-QUERY-START"], timeout=5)
|
ev = dev[0].wait_event(["GAS-QUERY-START"], timeout=5)
|
||||||
if ev is None:
|
if ev is None:
|
||||||
raise Exception("GAS query start timed out")
|
raise Exception("GAS query start timed out")
|
||||||
|
Loading…
Reference in New Issue
Block a user