tests/remote: Add hwsim wrapper
authorJanusz Dziedzic <janusz.dziedzic@tieto.com>
Fri, 29 Apr 2016 05:07:37 +0000 (07:07 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 14 May 2016 14:56:37 +0000 (17:56 +0300)
commita185e9b10b8dfbc21cffb99bda1e3e3ec32524ff
tree28a831f7c953bf9064c6f777fe033293c36ab33a
parentff9bb8a210d6e0b2354401c550cbf758a58a6c2d
tests/remote: Add hwsim wrapper

This allow to run hwsim test cases.

duts go to apdev while refs go to dev

For now I tested:
./run-tests.py -d hwsim0 -r hwsim1 -h ap_open -h dfs
./run-tests.py -r hwsim0 -r hwsim1 -h ibss_open -v
./run-tests.py -r hwsim0 -r hwsim1 -r hwsim2 -d hwsim3 -d hwsim4 -h ap_vht80 -v
./run-tests.py -r hwsim0 -r hwsim1 -r hwsim2 -d hwsim3 -d hwsim4 -h all -k ap -k vht

Signed-off-by: Janusz Dziedzic <janusz.dziedzic@tieto.com>
tests/remote/config.py
tests/remote/hwsim_wrapper.py [new file with mode: 0644]
tests/remote/run-tests.py