From cdd9cdd92cdb007484b9f3abd3060667d4feb31a Mon Sep 17 00:00:00 2001 From: Jorge Pereira Date: Fri, 2 Apr 2021 12:06:20 -0300 Subject: [PATCH] Fix EAP input tests Don't need to inform the 'ca_cert=...' cert files. --- src/tests/eap-ttls-mschapv2.conf | 5 ----- src/tests/eap-ttls-pap.conf | 5 ----- 2 files changed, 10 deletions(-) diff --git a/src/tests/eap-ttls-mschapv2.conf b/src/tests/eap-ttls-mschapv2.conf index 2a5fa5686e..7901ac8042 100644 --- a/src/tests/eap-ttls-mschapv2.conf +++ b/src/tests/eap-ttls-mschapv2.conf @@ -4,14 +4,9 @@ network={ key_mgmt=IEEE8021X eap=TTLS - anonymous_identity="anonymous" - identity="bob" password="bob" - phase1="" phase2="auth=MSCHAPV2" - - ca_cert="../../raddb/certs/ca.pem" } diff --git a/src/tests/eap-ttls-pap.conf b/src/tests/eap-ttls-pap.conf index f75b35fb82..19fd752915 100644 --- a/src/tests/eap-ttls-pap.conf +++ b/src/tests/eap-ttls-pap.conf @@ -4,14 +4,9 @@ network={ key_mgmt=IEEE8021X eap=TTLS - anonymous_identity="anonymous" - identity="bob" password="bob" - phase1="" phase2="auth=PAP" - - ca_cert="../../raddb/certs/ca.pem" } -- 2.47.2