From 07dd83dd77d5a6e6ebb0e3805ca7a9664257ccd5 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sun, 26 Jan 2020 16:56:06 +0200 Subject: [PATCH] tests: Check for domain_suffix_match in HS 2.0 PPS MO testing Signed-off-by: Jouni Malinen --- tests/hwsim/test_hs20_pps_mo.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/hwsim/test_hs20_pps_mo.py b/tests/hwsim/test_hs20_pps_mo.py index bdc135a13..5b0cf1202 100644 --- a/tests/hwsim/test_hs20_pps_mo.py +++ b/tests/hwsim/test_hs20_pps_mo.py @@ -12,7 +12,7 @@ import subprocess import hostapd from utils import HwsimSkip from test_ap_hs20 import hs20_ap_params, interworking_select, interworking_connect, check_sp_type -from test_ap_eap import check_eap_capa +from test_ap_eap import check_eap_capa, check_domain_suffix_match def check_hs20_osu_client(): if not os.path.exists("../../hs20/client/hs20-osu-client"): @@ -27,6 +27,7 @@ def test_hs20_pps_mo_1(dev, apdev): """Hotspot 2.0 PPS MO with username/password credential""" check_hs20_osu_client() check_eap_capa(dev[0], "MSCHAPV2") + check_domain_suffix_match(dev[0]) bssid = apdev[0]['bssid'] params = hs20_ap_params() params['hessid'] = bssid