]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Split hostapd_oom_wpa2_eap_connect into multiple test cases
authorJouni Malinen <j@w1.fi>
Sun, 22 Dec 2024 22:55:09 +0000 (00:55 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 22 Dec 2024 22:55:09 +0000 (00:55 +0200)
commit844b50ff7e3dedc85f6f58e07c989a15d038bd96
tree5b81b22b08675c0e1dc5aa0500cede0710618cf3
parentd17a85ea1ed12f916e7a0cd9028c66465272a4cc
tests: Split hostapd_oom_wpa2_eap_connect into multiple test cases

This test case could take a long time to execute and it can be easily
split into a set of test cases that each cover a smaller range of
iterations (50 each for now). This is more robust and more efficient for
parallel VMs.

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