From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Meneghel Rodrigues Subject: Re: [KVM-AUTOTEST PATCH 0/2] Make autoit wrapper support more guest scripts than just AutoIt Date: Fri, 18 Jun 2010 11:46:08 -0300 Message-ID: <1276872368.3331.3.camel@freedom> References: <20100618092426.11860.79768.stgit@dhcp-91-197.nay.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: autotest@test.kernel.org, kvm@vger.kernel.org To: Chen Cao Return-path: In-Reply-To: <20100618092426.11860.79768.stgit@dhcp-91-197.nay.redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: autotest-bounces@test.kernel.org Errors-To: autotest-bounces@test.kernel.org List-Id: kvm.vger.kernel.org On Fri, 2010-06-18 at 17:27 +0800, Chen Cao wrote: > Just rename variables and the file, the wrapper itself can support other > scripts already. Ok Chen, looks good to me, patchset applied! > --- > > Chen Cao (2): > KVM-test: autoit: Generalize the variables in autoit.py > KVM-test: rename autoit to guest_test and update the sample config file > > > client/tests/kvm/tests/autoit.py | 91 ------------------------------- > client/tests/kvm/tests/guest_test.py | 94 ++++++++++++++++++++++++++++++++ > client/tests/kvm/tests_base.cfg.sample | 37 ++++++++----- > 3 files changed, 118 insertions(+), 104 deletions(-) > delete mode 100644 client/tests/kvm/tests/autoit.py > create mode 100644 client/tests/kvm/tests/guest_test.py >