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
1 changed files with 1 additions and 1 deletions
|
@ -925,7 +925,7 @@ def test_gas_anqp_oom_hapd(dev, apdev):
|
|||
hapd.set("gas_frag_limit", "50")
|
||||
|
||||
# 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)
|
||||
if ev is None:
|
||||
raise Exception("GAS query start timed out")
|
||||
|
|
Loading…
Reference in a new issue