Browse Source

tests: Prepare rrm_beacon_req_passive_no_match_oom for code change

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>
Jouni Malinen 8 years ago
parent
commit
64dbe6a78d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/hwsim/test_rrm.py

+ 1 - 1
tests/hwsim/test_rrm.py

@@ -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)