Add support for remote tests. Added simple test example, monitor(s) support, trace, perf support. Added also simple hwsim wrapper that will allow to run hwsim test cases with remote hosts. This base on patchset I sent before. Please review. Janusz Dziedzic (5): tests: Add remote directory to tests tests/remote: add monitor.py tests/remote: add utils file tests/remote: add test_example.py tests/remote: add hwsim wrapper tests/hwsim/remotehost.py | 11 + tests/remote/config.py | 84 +++++++ tests/remote/hwsim_wrapper.py | 108 +++++++++ tests/remote/monitor.py | 177 ++++++++++++++ tests/remote/run-tests.py | 367 ++++++++++++++++++++++++++++ tests/remote/rutils.py | 538 ++++++++++++++++++++++++++++++++++++++++++ tests/remote/test_devices.py | 138 +++++++++++ tests/remote/test_example.py | 138 +++++++++++ 8 files changed, 1561 insertions(+) create mode 100644 tests/remote/config.py create mode 100644 tests/remote/hwsim_wrapper.py create mode 100644 tests/remote/monitor.py create mode 100755 tests/remote/run-tests.py create mode 100644 tests/remote/rutils.py create mode 100644 tests/remote/test_devices.py create mode 100644 tests/remote/test_example.py -- 1.9.1 _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap