diff options
author | Jouni Malinen <j@w1.fi> | 2017-09-09 23:15:05 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2017-09-09 23:15:05 (GMT) |
commit | b99d62c735e2808d7bef03de6f4436f4d89282a1 (patch) | |
tree | 5248ade3e8ef0416d514525d465fbdde493d2e5d /tests | |
parent | c25aada9ec1fdea24f32db179a5a19f1e321180e (diff) | |
download | hostap-b99d62c735e2808d7bef03de6f4436f4d89282a1.zip hostap-b99d62c735e2808d7bef03de6f4436f4d89282a1.tar.gz hostap-b99d62c735e2808d7bef03de6f4436f4d89282a1.tar.bz2 |
tests: Remove forgotten print from ap_wpa2_eap_sim_zero_db_timeout
This was supposed to be used during development testing only.
Signed-off-by: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/hwsim/test_ap_eap.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/hwsim/test_ap_eap.py b/tests/hwsim/test_ap_eap.py index eb5b093..f55ce04 100644 --- a/tests/hwsim/test_ap_eap.py +++ b/tests/hwsim/test_ap_eap.py @@ -4775,7 +4775,6 @@ def test_ap_wpa2_eap_sim_zero_db_timeout(dev, apdev): # Run multiple iterations to make it more likely to hit the case where the # DB request times out and response is lost. for i in range(20): - print i dev[0].connect("test-wpa2-eap", key_mgmt="WPA-EAP", eap="SIM", identity="1232010000000000", password="90dca4eda45b53cf0f12d7c9c3bc6a89:cb9cccc4b9258e6dca4760379fb82581", |