Browse Source

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>
Jouni Malinen 11 years ago
parent
commit
d627e1315e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/hwsim/test_ap_hs20.py

+ 1 - 0
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()