]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Remove forgotten print from gas_anqp_oom_hapd
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 2 Dec 2015 11:32:59 +0000 (13:32 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 2 Dec 2015 11:32:59 +0000 (13:32 +0200)
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
tests/hwsim/test_gas.py

index 2fb43eca6daaca24e8f0cf3d66b330af191f7dc2..3279582e7801578b511e4df9f2f87e2da451321b 100644 (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")