tests: Use shorter Interworking element for larger coverage

Since the venue information in the Interworking element is optional,
include both the cases of it included and not included in the test
cases.

Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2013-12-25 20:29:04 +02:00
parent 0589f40146
commit 8175854e6e

View file

@ -149,6 +149,8 @@ def test_ap_interworking_scan_filtering(dev, apdev):
params['ssid'] = ssid2 params['ssid'] = ssid2
params['hessid'] = bssid2 params['hessid'] = bssid2
params['access_network_type'] = "1" params['access_network_type'] = "1"
del params['venue_group']
del params['venue_type']
hostapd.add_ap(apdev[1]['ifname'], params) hostapd.add_ap(apdev[1]['ifname'], params)
dev[0].request("SET ignore_old_scan_res 1") dev[0].request("SET ignore_old_scan_res 1")