[PATCH 0/5] tests: add remote tests

Janusz Dziedzic janusz.dziedzic at tieto.com
Wed Mar 30 13:29:33 PDT 2016


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




More information about the Hostap mailing list