tests: Hotspot 2.0 connection with TTLS/default

Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2016-07-04 18:12:41 +03:00
parent 26e43f01ae
commit c63f2eb973

View file

@ -762,6 +762,11 @@ def test_ap_hs20_eap_ttls_mschap(dev, apdev):
skip_with_fips(dev[0]) skip_with_fips(dev[0])
eap_test(dev[0], apdev[0], "21[2:3]", "TTLS", "mschap user") eap_test(dev[0], apdev[0], "21[2:3]", "TTLS", "mschap user")
def test_ap_hs20_eap_ttls_default(dev, apdev):
"""Hotspot 2.0 connection with TTLS/default"""
skip_with_fips(dev[0])
eap_test(dev[0], apdev[0], "21", "TTLS", "hs20-test")
def test_ap_hs20_eap_ttls_eap_mschapv2(dev, apdev): def test_ap_hs20_eap_ttls_eap_mschapv2(dev, apdev):
"""Hotspot 2.0 connection with TTLS/EAP-MSCHAPv2""" """Hotspot 2.0 connection with TTLS/EAP-MSCHAPv2"""
check_eap_capa(dev[0], "MSCHAPV2") check_eap_capa(dev[0], "MSCHAPV2")