With this pull request (I hope) that all quirks impeding
the split between core autotest and test modules are resolved.
This code turns the test modules into read only directories,
and all write action happens on another directory, that can be
configurable, and defaults to the client tmp directory if not
set in global_config.ini.

Next step is to pick the virt libraries and move them back to
the virt tests realm, then turn all the client and server
tests into separate git repositories.

Pull request

https://github.com/autotest/autotest/pull/409

Lucas Meneghel Rodrigues (3):
  client.job: Consolidate tests output options in one
  client.test: Create test_dir config key
  client.tests: Make test src dir configurable

 client/cmdparser.py          |    2 +-
 client/harness_standalone.py |   10 ++++++++--
 client/job.py                |   28 ++++++++++++----------------
 client/shared/base_job.py    |   34 +++++++++++++++++-----------------
 client/shared/test.py        |   12 ++++++++++--
 global_config.ini            |   12 ++++--------
 6 files changed, 52 insertions(+), 46 deletions(-)

-- 
1.7.10.2

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

Reply via email to