From cff6eed75b8eab12850d9317bda6ec9922b1ab9a Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Fri, 28 Nov 2014 17:27:44 +0200 Subject: [PATCH] tests: Re-enable wext_open driver_wext.c is again able to configure open network, so re-enable the test case for it. Signed-off-by: Jouni Malinen --- tests/hwsim/test_wext.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/hwsim/test_wext.py b/tests/hwsim/test_wext.py index a3a914077..1248507a6 100644 --- a/tests/hwsim/test_wext.py +++ b/tests/hwsim/test_wext.py @@ -12,10 +12,7 @@ import hostapd import hwsim_utils from wpasupplicant import WpaSupplicant -# It did not look like open mode association completed with WEXT.. Commenting -# this test case out for now. If you care about WEXT, feel free to fix it and -# submit a patch to remove the "REMOVED_" prefix here.. -def REMOVED_test_wext_open(dev, apdev): +def test_wext_open(dev, apdev): """WEXT driver interface with open network""" if not os.path.exists("/proc/net/wireless"): logger.info("WEXT support not included in the kernel")