]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Try to keep GAS frames within gas_concurrent_scan capture
authorJouni Malinen <j@w1.fi>
Sat, 23 Dec 2023 10:37:06 +0000 (12:37 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 23 Dec 2023 10:37:06 +0000 (12:37 +0200)
commit435ff085ee532c3aa98fb00df38658e06ebebf30
tree2ec67584709a0017a92ce0d96f08c4efb9299ed3
parent47e89935c756a9c05a938d42cf10064caed3a32c
tests: Try to keep GAS frames within gas_concurrent_scan capture

With UML time-travel, it was possible for a GAS frame to end up in the
capture file for the next test case and if that next case used tshark to
count the number of frames (which is done, e.g., in
gas_anqp_address3_assoc), the following test case could have indicated
failure even when everything worked correctly.

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