From: Johannes Berg <johannes.berg@xxxxxxxxx> Similar to other changes like this, wait a bit before connectivity checks in go_neg_pbc(). Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx> --- tests/hwsim/p2p_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/hwsim/p2p_utils.py b/tests/hwsim/p2p_utils.py index 31d0f74a41..fe115e0ab8 100644 --- a/tests/hwsim/p2p_utils.py +++ b/tests/hwsim/p2p_utils.py @@ -374,6 +374,7 @@ def go_neg_pbc(i_dev, r_dev, i_intent=None, r_intent=None, i_freq=None, raise Exception("go_neg_init_pbc thread failed") logger.debug("i_res: " + str(i_res)) logger.info("Group formed") + time.sleep(0.1) hwsim_utils.test_connectivity_p2p(r_dev, i_dev) i_dev.dump_monitor() return [i_res, r_res] -- 2.43.0 _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap