tests: Race condition in connect_cmd_concurrent_grpform_while_connecting
Wait for AP to complete connection before running the connectivity test. Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
3104d8057e
commit
7629ac4def
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ def test_connect_cmd_concurrent_grpform_while_connecting(dev, apdev):
|
|||
wpas.dump_monitor()
|
||||
|
||||
logger.info("Confirm AP connection after P2P group removal")
|
||||
hapd.wait_sta()
|
||||
hwsim_utils.test_connectivity(wpas, hapd)
|
||||
|
||||
wpas.request("DISCONNECT")
|
||||
|
|
Loading…
Reference in a new issue