From 14b408c04cac4a95c28a3b8d3192c2983fa56549 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sat, 27 Jul 2019 23:35:45 +0300 Subject: [PATCH] tests: Remove testing of EAP-pwd with Brainpool curves This is in preparation of marking groups using Brainpool curves disabled for SAE and EAP-pwd. Signed-off-by: Jouni Malinen --- tests/hwsim/test_ap_eap.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/hwsim/test_ap_eap.py b/tests/hwsim/test_ap_eap.py index 7ff4868a4..2470b0eed 100644 --- a/tests/hwsim/test_ap_eap.py +++ b/tests/hwsim/test_ap_eap.py @@ -2800,12 +2800,6 @@ def test_ap_wpa2_eap_pwd_groups(dev, apdev): "rsn_pairwise": "CCMP", "ieee8021x": "1", "eap_server": "1", "eap_user_file": "auth_serv/eap_user.conf"} groups = [19, 20, 21] - if tls.startswith("OpenSSL") and "build=OpenSSL 1.0.2" in tls and "run=OpenSSL 1.0.2" in tls: - logger.info("Add Brainpool EC groups since OpenSSL is new enough") - groups += [28, 29, 30] - if tls.startswith("OpenSSL") and "build=OpenSSL 1.1" in tls and "run=OpenSSL 1.1" in tls: - logger.info("Add Brainpool EC groups since OpenSSL is new enough") - groups += [28, 29, 30] for i in groups: logger.info("Group %d" % i) params['pwd_group'] = str(i)