tests: Add RRM tests
authorDavid Spinadel <david.spinadel@intel.com>
Wed, 6 Apr 2016 16:42:19 +0000 (19:42 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 17 Apr 2016 15:32:18 +0000 (18:32 +0300)
commit51269b386a4f40444df144ae4760f666889a7e37
treef39ac07bd9ab1b1cf89b0d19b6c7a2eac150424a
parentcf667c66aceb796da6c5ee952a140cd7b009b9cc
tests: Add RRM tests

1. Add tests for hostapd neighbor database and neighbor report and
   request. Remove the partial neighbor report request test from
   test_wpas_ctrl.py since they are now covered more completely in
   test_rrm.py.
2. Add LCI request test.
3. Add FTM range request signaling test. This covers only the control
   interface commands and measurement request/response exchange for now.
   Full end-to-end functionality requires support of station reporting
   RRM capability.

Signed-off-by: David Spinadel <david.spinadel@intel.com>
tests/hwsim/test_rrm.py [new file with mode: 0644]
tests/hwsim/test_wpas_ctrl.py