The following two patches add new option --harness_args,
which allows to pass any configuration to custom harness.
Second patch makes both harness and harness_args persistent,
so they can survive reboot in standalone mode and continue.

Jan Stancek (2):
  new parameter --harness_args
  harness_args as persistent option, make handling more general

 client/bin/autotest              |    3 ++
 client/bin/harness.py            |    4 +-
 client/bin/harness_ABAT.py       |    2 +-
 client/bin/harness_autoserv.py   |    2 +-
 client/bin/harness_simple.py     |    2 +-
 client/bin/harness_standalone.py |    2 +-
 client/bin/harness_unittest.py   |   15 ++++++++-----
 client/bin/job.py                |   43 ++++++++++++++++++++++++-------------
 client/bin/job_unittest.py       |   12 ++++++++--
 9 files changed, 55 insertions(+), 30 deletions(-)

_______________________________________________
Autotest mailing list
Autotest@test.kernel.org
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to