All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Huff <dhuff@redhat.com>
To: kvm@vger.kernel.org
Cc: David Huff <dhuff@redhat.com>
Subject: [PATCH][KVM_AUTOTEST] modified sample config file to include one example of unattended install
Date: Tue,  2 Jun 2009 18:24:44 -0400	[thread overview]
Message-ID: <1243981484-6391-3-git-send-email-dhuff@redhat.com> (raw)
In-Reply-To: <1243981484-6391-1-git-send-email-dhuff@redhat.com>

---
 client/tests/kvm_runtest_2/kvm_tests.cfg.sample |   28 +++++++++++++++++++++-
 1 files changed, 26 insertions(+), 2 deletions(-)

diff --git a/client/tests/kvm_runtest_2/kvm_tests.cfg.sample b/client/tests/kvm_runtest_2/kvm_tests.cfg.sample
index c73da7c..12e6a77 100644
--- a/client/tests/kvm_runtest_2/kvm_tests.cfg.sample
+++ b/client/tests/kvm_runtest_2/kvm_tests.cfg.sample
@@ -39,6 +39,16 @@ variants:
         type = steps
         fail_if_stuck_for = 300
         stuck_detection_history = 2
+        
+    - unattended_install:
+    	type = boot
+    	kill_vm_on_error = yes
+    	pre_command = scripts/unattended.sh -a
+    	extra_params = "-fda images/floppy.img -boot d"
+    	variants:
+    		- pxe:
+    			extra_params = "-fda images/floppy.img -bootp /pxelinux.0 -tftp ./tftpboot/ -boot n"
+				kernel_args = "ks=floppy"
 
     - boot:         install setup
         type = boot
@@ -116,7 +126,12 @@ variants:
                             cdrom = linux/Fedora-8-i386-DVD.iso
                             md5sum = dd6c79fddfff36d409d02242e7b10189
                             md5sum_1m = dabae451bb69fbbad0e505b25144b1f9
-
+                        unattended_install:
+                            unattended_file = unattended_files/Fedora-8-i386.ks
+                            cdrom = linux/Fedora-8-i386-DVD.iso
+                            md5sum = dd6c79fddfff36d409d02242e7b10189
+                            md5sum_1m = dabae451bb69fbbad0e505b25144b1f9
+                            
                     - 8.64:
                         no setup
                         image_name = fc8-64
@@ -554,6 +569,15 @@ variants:
     - @custom:
         only qcow2.*ide.*default.*up.*Ubuntu-8.10-server.*(autotest.sleeptest)
         only rtl8139
+    - @fc8_kickstart:
+        only qcow2
+        only ide
+        only default
+        only up
+        only Fedora.8.32
+        no install setup
+        only unattended_install.pxe
+        only rtl8139     
 
 # Choose your test list
-only fc8_quick
+only fc8_kickstart
-- 
1.6.0.6


  parent reply	other threads:[~2009-06-02 22:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-02 22:24 [KVM_AUTOTEST] unattended installs David Huff
2009-06-02 22:24 ` [PATCH][KVM_AUTOTEST] added script for unattended install David Huff
2009-06-02 22:24 ` David Huff [this message]
2009-06-02 22:30 ` [KVM_AUTOTEST] unattended installs David Huff
2009-06-03  1:25 ` Charles Duffy
2009-06-03 11:25   ` 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=1243981484-6391-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.