From: David Spinadel Date: Wed, 6 Apr 2016 16:42:06 +0000 (+0300) Subject: tests: Replace radio_measurements with rrm_neighbor_report X-Git-Tag: hostap_2_6~590 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf767ac136d15020630dcfc8334105d04233cb57;p=thirdparty%2Fhostap.git tests: Replace radio_measurements with rrm_neighbor_report This moves neighbor report testing to use the new hostapd.conf parameter. Signed-off-by: David Spinadel --- diff --git a/tests/hwsim/test_wpas_ctrl.py b/tests/hwsim/test_wpas_ctrl.py index 48421d3cd..dc8ecade2 100644 --- a/tests/hwsim/test_wpas_ctrl.py +++ b/tests/hwsim/test_wpas_ctrl.py @@ -1272,7 +1272,7 @@ def test_wpas_ctrl_neighbor_rep_req(dev, apdev): """wpa_supplicant ctrl_iface NEIGHBOR_REP_REQUEST""" params = { "ssid": "test" } hostapd.add_ap(apdev[0], params) - params = { "ssid": "test2", "radio_measurements": "1" } + params = { "ssid": "test2", "rrm_neighbor_report": "1" } hostapd.add_ap(apdev[1], params) dev[0].connect("test", key_mgmt="NONE", scan_freq="2412")