On Tue, Aug 11, 2009 at 03:10:44PM +0300, Michael Goldish wrote: > Signed-off-by: Michael Goldish <mgoldish@xxxxxxxxxx> > --- > 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 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html