From: Jouni Malinen Date: Thu, 13 Mar 2014 21:14:08 +0000 (+0200) Subject: tests: Use disable_dgaf=1 for more coverage X-Git-Tag: hostap_2_2~560 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d627e1315e634f61c6ab05341c77ead343dabd8a;p=thirdparty%2Fhostap.git tests: Use disable_dgaf=1 for more coverage This runs one of the HS 2.0 test cases with DGAF disabled. Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_ap_hs20.py b/tests/hwsim/test_ap_hs20.py index a5c51bd35..f8d1de3f8 100644 --- a/tests/hwsim/test_ap_hs20.py +++ b/tests/hwsim/test_ap_hs20.py @@ -411,6 +411,7 @@ def test_ap_hs20_username(dev, apdev): bssid = apdev[0]['bssid'] params = hs20_ap_params() params['hessid'] = bssid + params['disable_dgaf'] = '1' hostapd.add_ap(apdev[0]['ifname'], params) dev[0].hs20_enable()