From 5c5656c37a511e03ccd3768b63b909b661acff0e Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Mon, 4 Nov 2013 12:17:32 +0200 Subject: [PATCH] tests: Do not require hlr_auc_gw for HS 2.0 username/password Signed-hostap: Jouni Malinen --- tests/hwsim/test_ap_hs20.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/hwsim/test_ap_hs20.py b/tests/hwsim/test_ap_hs20.py index cb9ee1fe2..d8bfe964c 100644 --- a/tests/hwsim/test_ap_hs20.py +++ b/tests/hwsim/test_ap_hs20.py @@ -181,8 +181,6 @@ def test_ap_hs20_ext_sim_roaming(dev, apdev): def test_ap_hs20_username(dev, apdev): """Hotspot 2.0 connection in username/password credential""" - if not hlr_auc_gw_available(): - return "skip" bssid = apdev[0]['bssid'] params = hs20_ap_params() params['hessid'] = bssid @@ -197,8 +195,6 @@ def test_ap_hs20_username(dev, apdev): def test_ap_hs20_username_roaming(dev, apdev): """Hotspot 2.0 connection in username/password credential (roaming)""" - if not hlr_auc_gw_available(): - return "skip" bssid = apdev[0]['bssid'] params = hs20_ap_params() params['nai_realm'] = [ "0,example.com,13[5:6],21[2:4][5:7]", @@ -218,8 +214,6 @@ def test_ap_hs20_username_roaming(dev, apdev): def test_ap_hs20_username_unknown(dev, apdev): """Hotspot 2.0 connection in username/password credential (no domain in cred)""" - if not hlr_auc_gw_available(): - return "skip" bssid = apdev[0]['bssid'] params = hs20_ap_params() params['hessid'] = bssid @@ -235,8 +229,6 @@ def test_ap_hs20_username_unknown(dev, apdev): def test_ap_hs20_username_unknown2(dev, apdev): """Hotspot 2.0 connection in username/password credential (no domain advertized)""" - if not hlr_auc_gw_available(): - return "skip" bssid = apdev[0]['bssid'] params = hs20_ap_params() params['hessid'] = bssid