tests: Add support for wlantest for remote hwsim tests
authorJonathan Afek <jonathan@wizery.com>
Thu, 19 May 2016 13:06:49 +0000 (16:06 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 28 May 2016 13:34:09 +0000 (16:34 +0300)
commit8efc83d4e7b88c6496989f8e58e44fc94134d57d
tree016eab5abbbfe67d5c6640e3197051ca4c3962df
parent0335ff7f69046b1d0acfea2621d0311a19408646
tests: Add support for wlantest for remote hwsim tests

Use a monitor interface given in the command line that is not also a
station or an AP as a monitor running wlantest on the channel used by
the test. This makes all the tests that use wlantest available for
execution on real hardware on remote hosts.

Signed-off-by: Jonathan Afek <jonathanx.afek@intel.com>
12 files changed:
tests/hwsim/run-tests.py
tests/hwsim/test_ap_ciphers.py
tests/hwsim/test_ap_hs20.py
tests/hwsim/test_ap_pmf.py
tests/hwsim/test_ap_qosmap.py
tests/hwsim/test_ap_tdls.py
tests/hwsim/test_p2p_autogo.py
tests/hwsim/test_peerkey.py
tests/hwsim/test_wnm.py
tests/hwsim/wlantest.py
tests/remote/config.py
tests/remote/hwsim_wrapper.py