kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Lucas Meneghel Rodrigues <lmr@redhat.com>
To: autotest@test.kernel.org
Cc: kvm@vger.kernel.org, yogi <anantyog@linux.vnet.ibm.com>
Subject: [PATCH 2/2] KVM test: Support to SLES install
Date: Wed, 10 Mar 2010 08:45:59 -0300	[thread overview]
Message-ID: <1268221559-9262-2-git-send-email-lmr@redhat.com> (raw)
In-Reply-To: <1268221559-9262-1-git-send-email-lmr@redhat.com>

From: yogi <anantyog@linux.vnet.ibm.com>

Adds new entry "SUSE" in test_base file for sles and
contains autoinst file for doing unatteneded Sles11 64-bit
install.

Signed-off-by: Yogananth Subramanian <anantyog@linux.vnet.ibm.com>
---
 client/tests/kvm/tests_base.cfg.sample |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/client/tests/kvm/tests_base.cfg.sample b/client/tests/kvm/tests_base.cfg.sample
index c76470d..acb2076 100644
--- a/client/tests/kvm/tests_base.cfg.sample
+++ b/client/tests/kvm/tests_base.cfg.sample
@@ -503,6 +503,28 @@ variants:
                     md5sum = 2afee1b8a87175e6dee2b8dbbd1ad8e8
                     md5sum_1m = 768ca32503ef92c28f2d144f2a87e4d0
 
+            - SLES:
+                no setup
+                shell_prompt = "^root@.*[\#\$]\s*$|#"
+                unattended_install:
+                    pxe_image = "linux"
+                    pxe_initrd = "initrd"
+                    extra_params += " -bootp /pxelinux.0 -boot n"
+                    kernel_args = "autoyast=floppy"
+
+                variants:
+                    - 11.64:
+                        no setup
+                        image_name = sles11-64
+                        cdrom=linux/SLES-11-DVD-x86_64-GM-DVD1.iso
+                        md5sum = 50a2bd45cd12c3808c3ee48208e2586b
+                        md5sum_1m = 00000951cab7c32e332362fc424c1054
+                        unattended_install:
+                            unattended_file = unattended/Sles11-64-autoinst.xml
+                            tftp = "images/sles11-64/tftpboot"
+                            floppy = "images/sles11-64floppy.img"
+                            pxe_dir = "boot/x86_64/loader"
+
             - @Ubuntu:
                 shell_prompt = "^root@.*[\#\$]\s*$"
 
-- 
1.6.6.1


  reply	other threads:[~2010-03-10 11:46 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-10 11:45 [PATCH 1/2] KVM test: Parallel install of guest OS v2 Lucas Meneghel Rodrigues
2010-03-10 11:45 ` Lucas Meneghel Rodrigues [this message]
2010-03-10 13:42   ` [PATCH 2/2] KVM test: Support to SLES install Lucas Meneghel Rodrigues
2010-03-11  8:37     ` yogi
2010-05-10 10:27   ` pradeepkumar
2010-05-12 22:03     ` [Autotest] " 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=1268221559-9262-2-git-send-email-lmr@redhat.com \
    --to=lmr@redhat.com \
    --cc=anantyog@linux.vnet.ibm.com \
    --cc=autotest@test.kernel.org \
    --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;
as well as URLs for NNTP newsgroup(s).