From: Jouni Malinen Date: Sun, 20 Dec 2015 15:33:03 +0000 (+0200) Subject: tests: EAP-TTLS with unsupported Phase 2 EAP method in configuration X-Git-Tag: hostap_2_6~1139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53827125181ff0372473925031ac2a78ee60e093;p=thirdparty%2Fhostap.git tests: EAP-TTLS with unsupported Phase 2 EAP method in configuration Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_ap_eap.py b/tests/hwsim/test_ap_eap.py index 961b2ee32..4b0134dfa 100644 --- a/tests/hwsim/test_ap_eap.py +++ b/tests/hwsim/test_ap_eap.py @@ -945,7 +945,8 @@ def test_ap_wpa2_eap_ttls_invalid_phase2(dev, apdev): params = hostapd.wpa2_eap_params(ssid="test-wpa2-eap") hostapd.add_ap(apdev[0]['ifname'], params) tests = [ "auth=MSCHAPv2", "auth=MSCHAPV2 autheap=MD5", - "autheap=MD5 auth=MSCHAPV2", "auth=PAP auth=CHAP" ] + "autheap=MD5 auth=MSCHAPV2", "auth=PAP auth=CHAP", + "autheap=MD5 autheap=FOO autheap=MSCHAPV2" ] for t in tests: dev[0].connect("test-wpa2-eap", key_mgmt="WPA-EAP", eap="TTLS", identity="DOMAIN\mschapv2 user",