]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Prepare rrm_beacon_req_passive_no_match_oom for code change
authorJouni Malinen <j@w1.fi>
Sat, 7 Jan 2017 10:12:22 +0000 (12:12 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 7 Jan 2017 10:12:22 +0000 (12:12 +0200)
Replace the TEST_ALLOC function wpas_beacon_rep_no_results with an
earlier function in the backtrace and wpabuf_resize() in preparation to
a code change that allows the compiler to optimize out
wpas_beacon_rep_no_results().

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_rrm.py

index 9bea2728c9e3f042361ce1e7d752cfc42dc6c8a0..c328552d0e643d1e6e7cea28a83cc089e59f23da 100644 (file)
@@ -1257,7 +1257,7 @@ def test_rrm_beacon_req_passive_no_match_oom(dev, apdev):
     dev[0].connect("rrm", key_mgmt="NONE", scan_freq="2412")
     addr = dev[0].own_addr()
 
-    with alloc_fail(dev[0], 1, "wpas_beacon_rep_no_results"):
+    with alloc_fail(dev[0], 1, "wpabuf_resize;wpas_beacon_rep_scan_process"):
         token = run_req_beacon(hapd, addr, "51010000640000021122334455")
         wait_fail_trigger(dev[0], "GET_ALLOC_FAIL")
         ev = hapd.wait_event(["BEACON-RESP-RX"], timeout=0.2)