]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Wait before initiating DPP from thread in sigma_dut testing
authorJouni Malinen <j@w1.fi>
Sat, 4 Nov 2023 10:41:02 +0000 (12:41 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 4 Nov 2023 10:41:02 +0000 (12:41 +0200)
commit004f618613a2c3fa1a2729b4cf1b26c7685a4388
tree87b6ebfdfb9a2f06a1222d356b456d5345fcae4e
parentcefd9595669c6623984091290d539fa1f815409b
tests: Wait before initiating DPP from thread in sigma_dut testing

Starting a thread to initiate DPP before starting the responder through
sigma_dut can result in unexpected testing behavior since there may not
be enough time to get the responder enabled before timing out som
initiator actions. Wait a second at the beginning of the initiator
thread in dpp_init_conf() similarly to how this was handled in other
initiator-from-thread cases.

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