]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Wait for the dpp_init_enrollee_pkex thread to complete
authorJouni Malinen <quic_jouni@quicinc.com>
Tue, 19 Dec 2023 11:49:15 +0000 (13:49 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 19 Dec 2023 11:49:15 +0000 (13:49 +0200)
commitecb1e04d85f11d91ac93edfb2357f2fd3b99b17f
treeb5ca4738dc56da78503b09e1a930cf174c22e60e
parent6f1041b3fb013c06fb61724176904e807b643ddd
tests: Wait for the dpp_init_enrollee_pkex thread to complete

One of the sigma_dut testing cases missed the t.join() call to make
surte the separate thread terminated. This could result in confusing
"unexpected stdout output" in a middle of an unrelated test case.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
tests/hwsim/test_sigma_dut.py