From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Cao, Chen" Subject: Re: [KVM-AUTOTEST PATCH v2 3/3] KVM test: add AutoIt test to kvm_tests.cfg.sample Date: Wed, 12 Aug 2009 10:05:02 +0800 Message-ID: <20090812020502.GA15446@localhost.localdomain> References: <35538aadbfdd5edaafca8b46f1d1c2b4e10c0420.1249992282.git.mgoldish@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: autotest@test.kernel.org, kvm@vger.kernel.org To: Michael Goldish Return-path: Received: from mx2.redhat.com ([66.187.237.31]:36061 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752530AbZHLCFE (ORCPT ); Tue, 11 Aug 2009 22:05:04 -0400 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Aug 11, 2009 at 03:10:44PM +0300, Michael Goldish wrote: > Signed-off-by: Michael Goldish > --- > client/tests/kvm/kvm_tests.cfg.sample | 12 +++++++++++- > 1 files changed, 11 insertions(+), 1 deletions(-) > > diff --git a/client/tests/kvm/kvm_tests.cfg.sample b/client/tests/kvm/kvm_tests.cfg.sample > index 12e907b..05a1ca7 100644 > --- a/client/tests/kvm/kvm_tests.cfg.sample > +++ b/client/tests/kvm/kvm_tests.cfg.sample > @@ -126,6 +126,16 @@ variants: > kill_vm_gracefully = no > extra_params += " -snapshot" > > + - autoit: install setup > + type = autoit > + cdrom = windows/autoit.iso I am wondering what is the advantage of using .iso to store the binary files. I think it might be hard to maintain the (scripts/binary) files. is it possible to pass a directory to run_autoit()? > + autoit_binary = D:\AutoIt3.exe > + autoit_script_timeout = 600 > + autoit_script_params = > + variants: > + - notepad: > + autoit_script = autoit/notepad1.au3 > +... blahblah... Besides, I think we may use staf framework to send command to MS Windows to run autoit scripts, it would be easier to control the status of the autoit process. what is your suggestion? Thank you. Regards, Cao, Chen 2009/08/12