]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Fix failure for WPA-EAP-SUITE-B-192 key_mgmt
authorMasashi Honma <masashi.honma@gmail.com>
Thu, 31 Jan 2019 08:16:14 +0000 (17:16 +0900)
committerJouni Malinen <j@w1.fi>
Mon, 4 Feb 2019 10:26:33 +0000 (12:26 +0200)
commita444a6d2623c6e6a4cc547faf5521f2e9e83b9b3
treed4392b57e5131ada7b9e2eedb5c4e0cb9b0a6ff7
parentcc02ce96cf3c19b902119280a59540ebe5be0d66
tests: Fix failure for WPA-EAP-SUITE-B-192 key_mgmt

The wpas_config_file_key_mgmt fails with this error if wpa_supplicant is
built without CONFIG_SUITEB192=y:

Exception: SET_NETWORK failed
Exception: SET_NETWORK failed

Skip the WPA-EAP-SUITE-B-192 case if it is not supported in
wpa_supplicant so that the rest of the key_mgmt test coverage is
included.

Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
tests/hwsim/test_wpas_config.py