hostap/wpaspy
Jouni Malinen c2149b08da tests: Wait longer for hostapd REMOVE command to complete
Some kernel debugging options (especially
CONFIG_DEBUG_KOBJECT_RELEASE=y) can add significant blocking time to
interface removal with NL80211_CMD_DEL_INTERFACE and
SIOCGIFBR(BRCTL_DEL_BRIDGE) block for 1-8 seconds. This could result in
the VLAN test cases failing due to a wpaspy timeout on the REMOVE
command even though the issue was only in the kernel debugging code
making the operations significantly slower. Work around this by using a
longer timeout for that control interface command to allow this type of
debug kernel to be used.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
2014-03-12 11:42:59 +02:00
..
Makefile wpaspy: Add Python bindings for wpa_ctrl 2013-03-01 23:27:56 +02:00
setup.py wpaspy: Add Python bindings for wpa_ctrl 2013-03-01 23:27:56 +02:00
test.py wpaspy: Fix exception handling in the test script 2013-03-16 21:46:51 +02:00
wpaspy.c wpaspy: Add Python bindings for wpa_ctrl 2013-03-01 23:27:56 +02:00
wpaspy.py tests: Wait longer for hostapd REMOVE command to complete 2014-03-12 11:42:59 +02:00