]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Flush scan cache to make dbus_anqp_get more reliable
authorJouni Malinen <quic_jouni@quicinc.com>
Wed, 27 Mar 2024 20:33:38 +0000 (22:33 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 27 Mar 2024 20:33:38 +0000 (22:33 +0200)
This test could have failed if scan results from a previously executed
test case were still the in the driver cache.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
tests/hwsim/test_dbus.py

index f31b60eb99ec6273275bbcba8f2655d54183a6ac..2c2a2e44abe3ae0d8b8d3b4cd568d67c64b5c02a 100644 (file)
@@ -6283,6 +6283,7 @@ def test_dbus_anqp_get(dev, apdev):
                                          "fin:Esimerkkioperaattori"]
     hapd = hostapd.add_ap(apdev[0], params)
 
+    dev[0].flush_scan_cache()
     dev[0].scan_for_bss(bssid, freq="2412", force_scan=True)
     iface.ANQPGet({"addr": bssid,
                    "ids": dbus.Array([257], dbus.Signature("q")),