From patchwork Thu Jun 18 21:50:57 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Huff X-Patchwork-Id: 31254 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 n5ILpi8u025069 for ; Thu, 18 Jun 2009 21:51:45 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753863AbZFRVvf (ORCPT ); Thu, 18 Jun 2009 17:51:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753830AbZFRVvf (ORCPT ); Thu, 18 Jun 2009 17:51:35 -0400 Received: from mx2.redhat.com ([66.187.237.31]:59638 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752827AbZFRVvc (ORCPT ); Thu, 18 Jun 2009 17:51:32 -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 n5ILpZfN026002 for ; Thu, 18 Jun 2009 17:51:35 -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 n5ILpYc7000893; Thu, 18 Jun 2009 17:51:35 -0400 Received: from localhost.localdomain (dhcp231-89.rdu.redhat.com [10.11.231.89]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n5ILpXd6018970; Thu, 18 Jun 2009 17:51:34 -0400 From: David Huff To: kvm@vger.kernel.org Cc: David Huff Subject: [PATCH] modified config file to run unattended install Date: Thu, 18 Jun 2009 17:50:57 -0400 Message-Id: <1245361860-26726-3-git-send-email-dhuff@redhat.com> In-Reply-To: <1245361860-26726-1-git-send-email-dhuff@redhat.com> References: <1245361860-26726-1-git-send-email-dhuff@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 --- client/tests/kvm/kvm_tests.cfg.sample | 75 +++++++++++++++++++++++++++++--- 1 files changed, 68 insertions(+), 7 deletions(-) diff --git a/client/tests/kvm/kvm_tests.cfg.sample b/client/tests/kvm/kvm_tests.cfg.sample index c73da7c..2d96bac 100644 --- a/client/tests/kvm/kvm_tests.cfg.sample +++ b/client/tests/kvm/kvm_tests.cfg.sample @@ -39,6 +39,14 @@ variants: type = steps fail_if_stuck_for = 300 stuck_detection_history = 2 + + - unattended_install: + type = boot + kill_vm_on_error = yes + force_create_image = yes + pre_command = scripts/unattended.sh + floppy = "floppy.img" + extra_params = "-boot d" - boot: install setup type = boot @@ -111,11 +119,16 @@ variants: - 8.32: no setup image_name = fc8-32 + cdrom = linux/Fedora-8-i386-DVD.iso + md5sum = dd6c79fddfff36d409d02242e7b10189 + md5sum_1m = dabae451bb69fbbad0e505b25144b1f9 install: steps = Fedora-8-i386.steps - cdrom = linux/Fedora-8-i386-DVD.iso - md5sum = dd6c79fddfff36d409d02242e7b10189 - md5sum_1m = dabae451bb69fbbad0e505b25144b1f9 + unattended_install: + tftp = "tftpboot" + extra_params = "-bootp /pxelinux.0 -boot n" + kernel_args = "ks=floppy" + unattended_file = unattended/Fedora-8-i386.ks - 8.64: no setup @@ -141,6 +154,31 @@ variants: cdrom = linux/Fedora-9-x86_64-DVD.iso md5sum = 05b2ebeed273ec54d6f9ed3d61ea4c96 md5sum_1m = 9822ab5097e37e8fe306ef2192727db4 + + - 10.32: + image_name = fc10-32 + cdrom = linux/Fedora-10-i386-DVD.iso + md5sum = 27e581edb392728c4a07d00d3fc5ced0 + md5sum_1m = bd67c68bdf595e4ba7131ec702159181 + install: + steps = + unattended_install: + tftp = "tftpboot" + extra_params = "-bootp /pxelinux.0 -boot n" + kernel_args = "ks=floppy nicdelay=60" + unattended_file = unattended/Fedora-10-i386.ks + - 11.32: + image_name = fc11-32 + cdrom = linux/Fedora-11-i386-DVD.iso + md5sum = e3b1e2d1ba42aa4705fa5f41771b3927 + md5sum_1m = dc8ddf90648c247339c721395aa49714 + install: + steps = + unattended_install: + tftp = "tftpboot" + extra_params = "-bootp /pxelinux.0 -boot n" + kernel_args = "ks=floppy nicdelay=60" + unattended_file = unattended/Fedora-11-i386.ks - DSL-4.2.5: no setup dbench bonnie linux_s3 @@ -310,16 +348,19 @@ variants: - WinXP.32: image_name = winXP-32 + cdrom = windows/WindowsXP-sp2-vlk.iso + md5sum = 743450644b1d9fe97b3cf379e22dceb0 + md5sum_1m = b473bf75af2d1269fec8958cf0202bfd install: steps = WinXP-32.steps - cdrom = windows/WindowsXP-sp2-vlk.iso - md5sum = 743450644b1d9fe97b3cf379e22dceb0 - md5sum_1m = b473bf75af2d1269fec8958cf0202bfd user = user cdkey = WIN_XP_32_CDKEY setup: steps = WinXP-32-setupssh.steps cdrom = windows/setupssh.iso + unattended_install: + unattended_file = unattended/WinXP-32.sif + - WinXP.64: only install @@ -554,6 +595,26 @@ variants: - @custom: only qcow2.*ide.*default.*up.*Ubuntu-8.10-server.*(autotest.sleeptest) only rtl8139 + - @winXP_32_unattended: + only qcow2 + only ide + only default + only up + only WinXP.32 + no install setup + only unattended_install + only rtl8139 + - @fc11_kickstart: + only qcow2 + only ide + only default + only up + only Fedora.11.32 + no install setup + only unattended_install + only rtl8139 + # Choose your test list -only fc8_quick +only fc11_kickstart +#only winXP_32_unattended