public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] KVM test: Build code refactor + module_probe test
@ 2010-12-29 22:37 Lucas Meneghel Rodrigues
  2010-12-29 22:37 ` [PATCH 1/8] KVM test: Refactor the KVM build code into installer Lucas Meneghel Rodrigues
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Lucas Meneghel Rodrigues @ 2010-12-29 22:37 UTC (permalink / raw)
  To: autotest; +Cc: kvm, Lucas Meneghel Rodrigues

This patch series is a respin of Eduardo's patchset introducing a
refactored build code in a separate library that can be reused
by other tests, as well as saving state of the last build occurred.


Eduardo Habkost (3):
  KVM test: rename 'mode' to 'install_mode' on the sample cfg files
  KVM test: installer: fix the 'layout 1' detection
  KVM test: test/module_probe: use installer object to load modules

Lucas Meneghel Rodrigues (3):
  KVM test: Refactor the KVM build code into installer
  KVM test: add methods to store a installer object in 'env'
  KVM test: Make the build test to use the installer library

Suqin Huang (2):
  KVM test: load/unload kvm module
  KVM test: add interface to get modules from cfg file, and load/unload
    them

 client/tests/kvm/build.cfg.sample      |   14 +-
 client/tests/kvm/installer.py          |  781 ++++++++++++++++++++++++++++++++
 client/tests/kvm/kvm_utils.py          |   20 +-
 client/tests/kvm/tests/build.py        |  627 +-------------------------
 client/tests/kvm/tests/module_probe.py |   56 +++
 client/tests/kvm/tests_base.cfg.sample |    6 +
 6 files changed, 881 insertions(+), 623 deletions(-)
 create mode 100644 client/tests/kvm/installer.py
 create mode 100644 client/tests/kvm/tests/module_probe.py

-- 
1.7.2.3


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-12-29 22:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-29 22:37 [PATCH 0/8] KVM test: Build code refactor + module_probe test Lucas Meneghel Rodrigues
2010-12-29 22:37 ` [PATCH 1/8] KVM test: Refactor the KVM build code into installer Lucas Meneghel Rodrigues
2010-12-29 22:37 ` [PATCH 2/8] KVM test: rename 'mode' to 'install_mode' on the sample cfg files Lucas Meneghel Rodrigues
2010-12-29 22:37 ` [PATCH 3/8] KVM test: add methods to store a installer object in 'env' Lucas Meneghel Rodrigues
2010-12-29 22:37 ` [PATCH 4/8] KVM test: Make the build test to use the installer library Lucas Meneghel Rodrigues
2010-12-29 22:37 ` [PATCH 5/8] KVM test: installer: fix the 'layout 1' detection Lucas Meneghel Rodrigues
2010-12-29 22:37 ` [PATCH 6/8] KVM test: load/unload kvm module Lucas Meneghel Rodrigues
2010-12-29 22:37 ` [PATCH 7/8] KVM test: add interface to get modules from cfg file, and load/unload them Lucas Meneghel Rodrigues
2010-12-29 22:37 ` [PATCH 8/8] KVM test: test/module_probe: use installer object to load modules Lucas Meneghel Rodrigues

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox