]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: ap_hs20_cred_and_no_roaming_consortium to match implementation
authorJouni Malinen <jouni@codeaurora.org>
Sun, 17 Nov 2019 19:02:42 +0000 (21:02 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 17 Nov 2019 19:04:42 +0000 (21:04 +0200)
Now that wpa_supplicant was modified to use NAI realm query even if
roaming_consortium is set, this test case is actually able to find a
match. Update it to avoid cause incorrect test failures.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
tests/hwsim/test_ap_hs20.py

index fb12152470922714f918e24f9f10cd1eaa435456..1c4c0fa33dc8661af8bdc5610330bf7888491f00 100644 (file)
@@ -5437,7 +5437,7 @@ def test_ap_hs20_cred_and_no_roaming_consortium(dev, apdev):
                                  'domain': "example.com",
                                  'roaming_consortium': "112234",
                                  'eap': 'TTLS'})
-    interworking_select(dev[0], bssid, "home", freq=2412, no_match=True)
+    interworking_select(dev[0], bssid, "home", freq=2412)
 
 def test_ap_hs20_interworking_oom(dev, apdev):
     """Hotspot 2.0 network selection and OOM"""