]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Set address lifetime to be sufficiently large for the test
authorJouni Malinen <j@w1.fi>
Sun, 18 Dec 2022 10:19:03 +0000 (12:19 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 18 Dec 2022 10:24:32 +0000 (12:24 +0200)
commit317adf2359e85edc368c0ec717d591754611ac8f
tree141cfa6084cced5013830a982370cb8e51f4bafc
parent4bd1efe07354db6f3f588281219320dc671cde9d
tests: Set address lifetime to be sufficiently large for the test

sta_dynamic_random_mac_addr and sta_dynamic_random_mac_addr_keep_oui
assumed that the same random MAC address remains in use even though it
set the lifetime to 0 seconds. This might have worked in the past by
accident, but set this properly to configure a longer lifetime.

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