From 2c68ae2b21d8de009606616388cbf87b4f4e3468 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Wed, 2 Dec 2015 13:32:59 +0200 Subject: [PATCH] tests: Remove forgotten print from gas_anqp_oom_hapd Signed-off-by: Jouni Malinen --- tests/hwsim/test_gas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")