From patchwork Tue Aug 11 12:10:44 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Goldish X-Patchwork-Id: 40591 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n7BCFWmw031169 for ; Tue, 11 Aug 2009 12:15:34 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753190AbZHKMII (ORCPT ); Tue, 11 Aug 2009 08:08:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753392AbZHKMIH (ORCPT ); Tue, 11 Aug 2009 08:08:07 -0400 Received: from mx2.redhat.com ([66.187.237.31]:51959 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753072AbZHKMIE (ORCPT ); Tue, 11 Aug 2009 08:08:04 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n7BC85VH023969; Tue, 11 Aug 2009 08:08:05 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n7BC84kj016192; Tue, 11 Aug 2009 08:08:04 -0400 Received: from localhost.localdomain (dhcp-1-31.tlv.redhat.com [10.35.1.31]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n7BC7wFB028452; Tue, 11 Aug 2009 08:08:03 -0400 From: Michael Goldish To: autotest@test.kernel.org, kvm@vger.kernel.org Cc: Michael Goldish Subject: [KVM-AUTOTEST PATCH v2 3/3] KVM test: add AutoIt test to kvm_tests.cfg.sample Date: Tue, 11 Aug 2009 15:10:44 +0300 Message-Id: In-Reply-To: <1ead606d64c4c3c8c4f7724700781df25ef27d39.1249992282.git.mgoldish@redhat.com> References: <1249992644-5111-1-git-send-email-mgoldish@redhat.com> <35538aadbfdd5edaafca8b46f1d1c2b4e10c0420.1249992282.git.mgoldish@redhat.com> <1ead606d64c4c3c8c4f7724700781df25ef27d39.1249992282.git.mgoldish@redhat.com> In-Reply-To: <35538aadbfdd5edaafca8b46f1d1c2b4e10c0420.1249992282.git.mgoldish@redhat.com> References: <35538aadbfdd5edaafca8b46f1d1c2b4e10c0420.1249992282.git.mgoldish@redhat.com> X-Scanned-By: MIMEDefang 2.58 on 172.16.27.26 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org 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 + autoit_binary = D:\AutoIt3.exe + autoit_script_timeout = 600 + autoit_script_params = + variants: + - notepad: + autoit_script = autoit/notepad1.au3 + - shutdown: install setup type = shutdown kill_vm = yes @@ -147,7 +157,7 @@ variants: variants: # Linux section - @Linux: - no timedrift + no timedrift autoit shutdown_command = shutdown -h now reboot_command = shutdown -r now status_test_command = echo $?