From: Jouni Malinen Date: Wed, 25 Dec 2013 18:29:04 +0000 (+0200) Subject: tests: Use shorter Interworking element for larger coverage X-Git-Tag: hostap_2_1~394 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8175854e6ed7cfa80cabc411af283f28c99d1879;p=thirdparty%2Fhostap.git 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 --- diff --git a/tests/hwsim/test_ap_hs20.py b/tests/hwsim/test_ap_hs20.py index a83cee69b..4a17b65cc 100644 --- a/tests/hwsim/test_ap_hs20.py +++ b/tests/hwsim/test_ap_hs20.py @@ -149,6 +149,8 @@ def test_ap_interworking_scan_filtering(dev, apdev): params['ssid'] = ssid2 params['hessid'] = bssid2 params['access_network_type'] = "1" + del params['venue_group'] + del params['venue_type'] hostapd.add_ap(apdev[1]['ifname'], params) dev[0].request("SET ignore_old_scan_res 1")