tests: Speed up p2ps_connect_adv_go_persistent
authorJouni Malinen <j@w1.fi>
Sun, 11 Oct 2015 16:59:51 +0000 (19:59 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 11 Oct 2015 18:42:03 +0000 (21:42 +0300)
commit7dd55f2486480c2eba4eb5b9d24278c774b52119
tree2571aae3b6c1a4e8632478780f82c4b31b4f400b
parent85ceafd39a1bc8e98320107fe8c377c6d9319c8d
tests: Speed up p2ps_connect_adv_go_persistent

Stop the pending P2P_LISTEN operation priot to issuing P2P_GROUP_ADD to
start a GO. This avoids excessively long wait for the previous Listen
step to complete before being able to start the GO. This makes
p2ps_connect_adv_go_persistent take significantly less time.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_p2ps.py