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
1 changed files with 0 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue