mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-29 16:24:03 -05:00
tests: Remove forgottend debug print from p2ps_connect_adv_go_persistent
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
11e2ddbcd7
commit
a0b3f8e2ff
@ -892,7 +892,6 @@ def test_p2ps_connect_adv_go_persistent(dev):
|
||||
ev1 = dev[1].wait_global_event(["P2PS-PROV-DONE"], timeout=10)
|
||||
if ev1 is None:
|
||||
raise Exception("P2PS-PROV-DONE timeout on seeker side")
|
||||
print ev1
|
||||
|
||||
if "persist=" not in ev1:
|
||||
raise Exception("Seeker did not indicate persistent group")
|
||||
|
Loading…
Reference in New Issue
Block a user