tests: Add general filter for remote tests execution
authorJonathan Afek <jonathan@wizery.com>
Thu, 23 Jun 2016 17:16:35 +0000 (20:16 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 27 Jun 2016 18:47:37 +0000 (21:47 +0300)
commit5aa751eaf3145f68cc604bd41b161f3ea5fd8e76
tree6b724f3a8ca0dd998ff672137e0efd7d1ee09c27
parentbb04a9a9a35d658093f1dd21dfb6319b227ab4c1
tests: Add general filter for remote tests execution

Add a new function decorator for the test functions so that they can be
marked as remote compatible tests. Add a general filter to the remote
tests execution script to only execute tests that are remote compatible.

Signed-off-by: Jonathan Afek <jonathanx.afek@intel.com>
tests/hwsim/remotehost.py
tests/remote/run-tests.py