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
1 changed files with 0 additions and 1 deletions
|
@ -892,7 +892,6 @@ def test_p2ps_connect_adv_go_persistent(dev):
|
||||||
ev1 = dev[1].wait_global_event(["P2PS-PROV-DONE"], timeout=10)
|
ev1 = dev[1].wait_global_event(["P2PS-PROV-DONE"], timeout=10)
|
||||||
if ev1 is None:
|
if ev1 is None:
|
||||||
raise Exception("P2PS-PROV-DONE timeout on seeker side")
|
raise Exception("P2PS-PROV-DONE timeout on seeker side")
|
||||||
print ev1
|
|
||||||
|
|
||||||
if "persist=" not in ev1:
|
if "persist=" not in ev1:
|
||||||
raise Exception("Seeker did not indicate persistent group")
|
raise Exception("Seeker did not indicate persistent group")
|
||||||
|
|
Loading…
Reference in a new issue