From: Jouni Malinen Date: Wed, 2 Dec 2015 11:32:59 +0000 (+0200) Subject: tests: Remove forgotten print from gas_anqp_oom_hapd X-Git-Tag: hostap_2_6~1247 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c68ae2b21d8de009606616388cbf87b4f4e3468;p=thirdparty%2Fhostap.git tests: Remove forgotten print from gas_anqp_oom_hapd Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_gas.py b/tests/hwsim/test_gas.py index 2fb43eca6..3279582e7 100644 --- a/tests/hwsim/test_gas.py +++ b/tests/hwsim/test_gas.py @@ -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")