]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Close wpa_supplicant control interface more robustly
authorJouni Malinen <j@w1.fi>
Sun, 17 Mar 2019 13:26:34 +0000 (15:26 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 17 Mar 2019 14:08:30 +0000 (16:08 +0200)
commitb21540e68268fb51ec57dd8c29c861e5a8ff34b3
treebc28e4e4d22d1a9649a73d78413d6df0f2bc5fab
parent4d916a7f3eb69e64f26362e389466b84fa5018c8
tests: Close wpa_supplicant control interface more robustly

Some of the test cases left behind attached control interface monitor
sockets that could result in hitting the wpa_supplicant socket TX queue
limit. Try to be a bit more careful about detaching and closing the
sockets to avoid this.

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