mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-07 04:34:04 -05:00
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>
This commit is contained in:
parent
c25aada9ec
commit
b99d62c735
@ -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
|
# Run multiple iterations to make it more likely to hit the case where the
|
||||||
# DB request times out and response is lost.
|
# DB request times out and response is lost.
|
||||||
for i in range(20):
|
for i in range(20):
|
||||||
print i
|
|
||||||
dev[0].connect("test-wpa2-eap", key_mgmt="WPA-EAP", eap="SIM",
|
dev[0].connect("test-wpa2-eap", key_mgmt="WPA-EAP", eap="SIM",
|
||||||
identity="1232010000000000",
|
identity="1232010000000000",
|
||||||
password="90dca4eda45b53cf0f12d7c9c3bc6a89:cb9cccc4b9258e6dca4760379fb82581",
|
password="90dca4eda45b53cf0f12d7c9c3bc6a89:cb9cccc4b9258e6dca4760379fb82581",
|
||||||
|
Loading…
Reference in New Issue
Block a user