From: David Huff <dhuff@redhat.com>
To: kvm@vger.kernel.org
Cc: David Huff <dhuff@redhat.com>
Subject: [PATCH] modified config file to run unattended install
Date: Thu, 18 Jun 2009 17:50:57 -0400 [thread overview]
Message-ID: <1245361860-26726-3-git-send-email-dhuff@redhat.com> (raw)
In-Reply-To: <1245361860-26726-1-git-send-email-dhuff@redhat.com>
---
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
--
1.6.0.6
next prev parent reply other threads:[~2009-06-18 21:51 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-18 21:50 [KVM_AUTOTEST] unattended installs take 2 David Huff
2009-06-18 21:50 ` [PATCH] Added floppy and tftp options to qemu command David Huff
2009-06-18 21:50 ` David Huff [this message]
2009-06-18 21:50 ` [PATCH] added unattended.sh script David Huff
2009-06-28 11:15 ` Uri Lublin
2009-06-18 21:50 ` [PATCH] Added two sample unattended config files, Fedora and Windows David Huff
2009-06-19 7:07 ` Yaniv Kaul
2009-06-28 10:14 ` Uri Lublin
2009-06-18 21:51 ` [PATCH] Modified boot test in kvm_test.py David Huff
2009-06-19 7:01 ` [KVM_AUTOTEST] unattended installs take 2 Yaniv Kaul
2009-06-22 5:10 ` Lucas Meneghel Rodrigues
2009-06-22 13:13 ` David Huff
2009-06-22 16:01 ` Lucas Meneghel Rodrigues
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1245361860-26726-3-git-send-email-dhuff@redhat.com \
--to=dhuff@redhat.com \
--cc=kvm@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox