]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Make DPP text cases more robust for DPP-TX event processing
authorJouni Malinen <j@w1.fi>
Sun, 22 Dec 2019 21:33:21 +0000 (23:33 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 22 Dec 2019 21:33:21 +0000 (23:33 +0200)
commitdbdd445d331464c2d4f942bf814d3da9bd39bbd3
tree3bd9ede21e48a8261848fd987b6ce19cdfa25c1b
parentbf97c1a34e393e0be20369a911151aedfbffebde
tests: Make DPP text cases more robust for DPP-TX event processing

The previous waits were matching both DPP-TX and DPP-TX-STATUS and if
the latter event was received, the test cases would either report
failure or would not really test what was supposed to be verified. Fix
this by waiting explicitly for "DPP-TX " to avoid matching
"DPP-TX-STATUS" prefix.

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