]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: rrm_beacon_req_active_scan_fail to allow implementation change
authorJouni Malinen <quic_jouni@quicinc.com>
Tue, 31 Oct 2023 10:00:22 +0000 (12:00 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 31 Oct 2023 10:01:15 +0000 (12:01 +0200)
Use more specific condition for the allocation failure to allow
wpa_supplicant_trigger_scan() implementation to be modified without
making this test case fail.

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

index 7dc2359d814404d19b3e093a327f7be2661bcd41..76d75067fba5e1aed06771ab00186e3eb9d2115b 100644 (file)
@@ -1638,7 +1638,8 @@ def test_rrm_beacon_req_active_scan_fail(dev, apdev):
     addr = dev[0].own_addr()
     hapd.wait_sta()
 
-    with alloc_fail(dev[0], 1, "wpa_supplicant_trigger_scan"):
+    with alloc_fail(dev[0], 1,
+                    "wpa_scan_clone_params;wpa_supplicant_trigger_scan"):
         req = build_beacon_request(chan=255, duration=100, mode=1)
         token = run_req_beacon(hapd, addr, req + "330351010b")
         wait_fail_trigger(dev[0], "GET_ALLOC_FAIL")