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 <david.spinadel@intel.com>
This commit is contained in:
David Spinadel 2016-04-06 19:42:06 +03:00 committed by Jouni Malinen
parent 010182120d
commit bf767ac136

View file

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