This is a fixup + re-send of a bunch of libvirt related patches:
1) Fixed commit messages of cevich's patches
2) Fixed a mistake made during his reorganization
4) Updated default libvirt config to use Fedora 16
5) Pruned white spaces present on Xu He Jie's patch
6) Fixed the commit message of this patch
6) Rebased this patch to match cevich's patches
I am going to apply them shortly.
Chris Evich (4):
libvirt test: Seperate libvirt tests_base.cfg into tests.cfg,
subtests.cfg and base.cfg
libvirt test: Seperated hardware variants into guest-hw.cfg
libvirt test: Folded steps sub-directory into all definitions
libvirt test: Seperate OS-specific variants into guest-os.cfg.sample
Lucas Meneghel Rodrigues (1):
libvirt test: Make it possible to specify libvirt virt backend
client/tests/libvirt/base.cfg.sample | 100 +
client/tests/libvirt/build.cfg.sample | 1 +
client/tests/libvirt/guest-hw.cfg.sample | 107 ++
client/tests/libvirt/guest-os.cfg.sample | 1636 ++++++++++++++++
client/tests/libvirt/subtests.cfg.sample | 1045 ++++++++++
client/tests/libvirt/tests.cfg.sample | 29 +-
client/tests/libvirt/tests_base.cfg.sample | 2862 ----------------------------
client/virt/libvirt_vm.py | 171 ++-
client/virt/virt_env_process.py | 8 +-
client/virt/virt_vm.py | 2 +
10 files changed, 3018 insertions(+), 2943 deletions(-)
create mode 100644 client/tests/libvirt/base.cfg.sample
create mode 100644 client/tests/libvirt/build.cfg.sample
create mode 100644 client/tests/libvirt/guest-hw.cfg.sample
create mode 100644 client/tests/libvirt/guest-os.cfg.sample
create mode 100644 client/tests/libvirt/subtests.cfg.sample
delete mode 100644 client/tests/libvirt/tests_base.cfg.sample
--
1.7.7.1
_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest