tests: Remove forgotten print from gas_anqp_oom_hapd

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
Jouni Malinen 2015-12-02 13:32:59 +02:00 committed by Jouni Malinen
parent be4a0d0d5a
commit 2c68ae2b21

View file

@ -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")