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 <jouni@qca.qualcomm.com>
This commit is contained in:
Jouni Malinen 2014-03-13 23:14:08 +02:00 committed by Jouni Malinen
parent 945cc2fd88
commit d627e1315e

View file

@ -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()