This is an RFC patchset showing up part of the work we
are doing to make the initial usage of the virt tests
more straight forward. The basic idea for the functionality
is complete, but of course we'll expand and tweak things
as we continue to implement the ideas.

Lucas Meneghel Rodrigues (6):
  common_lib.base_utils: Do not hardcode /bin/bash on BgJob class
  harness_standalone: rework init level detection
  virt.virt_vm: Omit dot on image name when no image format is
    specified
  virt: virt_test_utils.run_autotest: Adapt it to JeOS images
  [RFC] virt: Introducing JeOS linux guest
  [RFC] virt_utils: Adapt get_started.py to download the JeOS guest
    image

 client/bin/harness_standalone.py         |   42 ++++++++++++---
 client/common_lib/base_utils.py          |    7 ++-
 client/tests/kvm/tests-shared.cfg.sample |    2 +
 client/tests/kvm/tests.cfg.sample        |   18 ++++++-
 client/virt/guest-hw.cfg.sample          |    5 ++
 client/virt/guest-os.cfg.sample          |   19 +++++++
 client/virt/virt_test_utils.py           |   17 +++++-
 client/virt/virt_utils.py                |   88 ++++++++++++++----------------
 client/virt/virt_vm.py                   |    5 ++-
 9 files changed, 141 insertions(+), 62 deletions(-)

-- 
1.7.7.6

_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to