From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Meneghel Rodrigues Subject: Re: [PATCH 2/2] KVM test: Support to SLES install Date: Wed, 10 Mar 2010 10:42:49 -0300 Message-ID: <6ac58f4f1003100542h52690550j8086727edece6006@mail.gmail.com> References: <1268221559-9262-1-git-send-email-lmr@redhat.com> <1268221559-9262-2-git-send-email-lmr@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: kvm@vger.kernel.org, yogi To: autotest@test.kernel.org Return-path: Received: from mail-ww0-f46.google.com ([74.125.82.46]:48568 "EHLO mail-ww0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932165Ab0CJNmu convert rfc822-to-8bit (ORCPT ); Wed, 10 Mar 2010 08:42:50 -0500 Received: by wwb39 with SMTP id 39so1021348wwb.19 for ; Wed, 10 Mar 2010 05:42:49 -0800 (PST) In-Reply-To: <1268221559-9262-2-git-send-email-lmr@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Mar 10, 2010 at 8:45 AM, Lucas Meneghel Rodrigues wrote: > From: yogi > > Adds new entry "SUSE" in test_base file for sles and > contains autoinst file for doing unatteneded Sles11 64-bit > install. Oh Yogi, by the way, could you please reorganize the opensuse session and add at least an autoyast file for opensuse 11.2 so I can actually test if we can get a successful installation? I tried to play with the XML file of SLES to see if I could get opensuse 11.2 installed, but it turns out that those config files are an endless XML nightmare and all I tried makes yast to die. The mechanics of the whole thing are correct, I can get yast to start with no problems, but parsing the autoyast file makes the VM to hang. So I am fine with adding the patch, but it'd be nice to have an OS with irrestrict access that everybody could play with (opensuse). I don't have enough time to make it work on my own, so if you have some spare time, please work on this. > Signed-off-by: Yogananth Subramanian > --- > =A0client/tests/kvm/tests_base.cfg.sample | =A0 22 ++++++++++++++++++= ++++ > =A01 files changed, 22 insertions(+), 0 deletions(-) > > diff --git a/client/tests/kvm/tests_base.cfg.sample b/client/tests/kv= m/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: > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 md5sum =3D 2afee1b8a87175e6de= e2b8dbbd1ad8e8 > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 md5sum_1m =3D 768ca32503ef92c= 28f2d144f2a87e4d0 > > + =A0 =A0 =A0 =A0 =A0 =A0- SLES: > + =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0no setup > + =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0shell_prompt =3D "^root@.*[\#\$]\s*$= |#" > + =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0unattended_install: > + =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0pxe_image =3D "linux" > + =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0pxe_initrd =3D "initrd" > + =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0extra_params +=3D " -bootp /= pxelinux.0 -boot n" > + =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0kernel_args =3D "autoyast=3D= floppy" > + > + =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0variants: > + =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0- 11.64: > + =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0no setup > + =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0image_name =3D sles1= 1-64 > + =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0cdrom=3Dlinux/SLES-1= 1-DVD-x86_64-GM-DVD1.iso > + =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0md5sum =3D 50a2bd45c= d12c3808c3ee48208e2586b > + =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0md5sum_1m =3D 000009= 51cab7c32e332362fc424c1054 > + =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0unattended_install: > + =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0unattended_f= ile =3D unattended/Sles11-64-autoinst.xml > + =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0tftp =3D "im= ages/sles11-64/tftpboot" > + =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0floppy =3D "= images/sles11-64floppy.img" > + =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0pxe_dir =3D = "boot/x86_64/loader" > + > =A0 =A0 =A0 =A0 =A0 =A0 - @Ubuntu: > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 shell_prompt =3D "^root@.*[\#\$]\s*$" > > -- > 1.6.6.1 > > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at =A0http://vger.kernel.org/majordomo-info.html > --=20 Lucas