From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Meneghel Rodrigues Subject: [PATCH 0/8] KVM test: Build code refactor + module_probe test Date: Wed, 29 Dec 2010 20:37:22 -0200 Message-ID: <1293662250-18292-1-git-send-email-lmr@redhat.com> Cc: kvm@vger.kernel.org, Lucas Meneghel Rodrigues To: autotest@test.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:25794 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753844Ab0L2Whf (ORCPT ); Wed, 29 Dec 2010 17:37:35 -0500 Sender: kvm-owner@vger.kernel.org List-ID: 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