]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Split ap_ft_oom into separate test cases
authorJouni Malinen <j@w1.fi>
Fri, 4 Jan 2019 21:19:30 +0000 (23:19 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 4 Jan 2019 21:22:04 +0000 (23:22 +0200)
commit63a7683b2d64156cc9409515483cc2f58d5d5ddc
tree1f575529926f45ff393f1ce3cc5140fbb2480bbf
parent04e17e50241588257416c9d98f58b228d28004dd
tests: Split ap_ft_oom into separate test cases

ap_ft_oom seemed to depend on undesired wpa_supplicant behavior of
trying to do FT protocol even without being ready for reassociation.
This is going to be fixed in wpa_supplicant which would make this test
case fail, so split it into separate test cases for each failure item to
be able to avoid incorrect test failures.

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