From b4b2f300db8bfbfb31a4464d3e3f3c87b89526f5 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sun, 24 May 2015 12:01:25 +0300 Subject: [PATCH] tests: ERP with EAP-EKE Signed-off-by: Jouni Malinen --- tests/hwsim/test_erp.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/hwsim/test_erp.py b/tests/hwsim/test_erp.py index 0886444b7..6bc2f0db5 100644 --- a/tests/hwsim/test_erp.py +++ b/tests/hwsim/test_erp.py @@ -188,9 +188,8 @@ def test_erp_radius_eap_methods(dev, apdev): password="90dca4eda45b53cf0f12d7c9c3bc6a89:cb9cccc4b9258e6dca4760379fb82581:000000000123") erp_test(dev[0], hapd, eap="AKA'", identity="6555444333222111@example.com", password="5122250214c33e723a5dd523fc145fc0:981d464c7c52eb6e5036234984ad0bcf:000000000123") - # TODO: EKE getSession - #erp_test(dev[0], hapd, eap="EKE", identity="erp-eke@example.com", - # password="hello") + erp_test(dev[0], hapd, eap="EKE", identity="erp-eke@example.com", + password="hello") if "FAST" in dev[0].get_capability("eap"): erp_test(dev[0], hapd, eap="FAST", identity="erp-fast@example.com", password="password", ca_cert="auth_serv/ca.pem",