]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: ap_wpa2_eap_fast_cipher_suites: Allow wolfSSL to skip RC4 test
authorJuliusz Sosinowicz <juliusz@wolfssl.com>
Thu, 4 Apr 2024 18:16:17 +0000 (20:16 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 2 Feb 2025 16:46:03 +0000 (18:46 +0200)
Signed-off-by: Juliusz Sosinowicz <juliusz@wolfssl.com>
tests/hwsim/test_ap_eap.py

index a74011e1470a3f40907d00a656f4c206e5071e40..ae67b870a8a61da26d4eab980a82f26dffd050d5 100644 (file)
@@ -4340,7 +4340,7 @@ def test_ap_wpa2_eap_fast_cipher_suites(dev, apdev):
             if cipher == "RC4-SHA" and \
                ("Could not select EAP method" in str(e) or \
                 "EAP failed" in str(e)):
-                if "run=OpenSSL" in tls:
+                if "run=OpenSSL" in tls or "wolfSSL" in tls:
                     logger.info("Allow failure due to missing TLS library support")
                     dev[0].request("REMOVE_NETWORK all")
                     dev[0].wait_disconnected()