public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Lucas Meneghel Rodrigues <lmr@redhat.com>
To: Michael Goldish <mgoldish@redhat.com>
Cc: autotest@test.kernel.org, kvm@vger.kernel.org
Subject: Re: [PATCH] KVM test: tests_base.cfg updated with windows unattended install
Date: Wed, 20 Jan 2010 11:57:12 -0200	[thread overview]
Message-ID: <1263995832.2291.4.camel@localhost.localdomain> (raw)
In-Reply-To: <2053730572.219781263994403432.JavaMail.root@zmail05.collab.prod.int.phx2.redhat.com>

On Wed, 2010-01-20 at 08:33 -0500, Michael Goldish wrote:
> ----- "Lucas Meneghel Rodrigues" <lmr@redhat.com> wrote:
> 
> > Update the config file tests_base.cfg with the
> > recently added windows unattended install files
> > (r4109), so one is actually able to use them
> > on tests.
> > 
> > Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>
> > ---
> >  client/tests/kvm/tests_base.cfg.sample |   40
> > +++++++++++++++++++++++++++++++-
> >  1 files changed, 39 insertions(+), 1 deletions(-)
> > 
> > diff --git a/client/tests/kvm/tests_base.cfg.sample
> > b/client/tests/kvm/tests_base.cfg.sample
> > index b8f25f4..a41a848 100644
> > --- a/client/tests/kvm/tests_base.cfg.sample
> > +++ b/client/tests/kvm/tests_base.cfg.sample
> > @@ -577,6 +577,9 @@ variants:
> >          cpu_chk_cmd = echo %NUMBER_OF_PROCESSORS%
> >          mem_chk_cmd = wmic memphysical
> >  
> > +        unattended_install:
> > +            timeout = 7200
> > +            finish_program = deps/finish.exe
> >          migrate:
> >              migration_test_command = ver && vol
> >              migration_bg_command = start ping -t localhost
> > @@ -648,7 +651,6 @@ variants:
> >                      md5sum = 743450644b1d9fe97b3cf379e22dceb0
> >                      md5sum_1m = b473bf75af2d1269fec8958cf0202bfd
> >                      unattended_file = unattended/winxp32.sif
> > -                    finish_program = deps/finish.exe
> >                  setup:
> >                      steps = WinXP-32-rss.steps
> >  
> > @@ -678,6 +680,11 @@ variants:
> >                              md5sum =
> > 03e921e9b4214773c21a39f5c3f42ef7
> >                              md5sum_1m =
> > 37c2fdec15ac4ec16aa10fdfdb338aa3
> >                              user = user
> > +                        unattended_install:
> > +                            cdrom = windows/Windows2003_r2_VLK.iso
> > +                            md5sum =
> > 03e921e9b4214773c21a39f5c3f42ef7
> > +                            md5sum_1m =
> > 37c2fdec15ac4ec16aa10fdfdb338aa3
> > +                            unattended_file =
> > unattended/win2003-32.sif
> >                          setup:
> >                              steps = Win2003-32-rss.steps
> 
> Some code can be saved by using the fact that install and
> unattended_install use the same ISOs:
> 
> install|unattended_install:
>     cdrom = windows/Windows2003_r2_VLK.iso
>     md5sum = 03e921e9b4214773c21a39f5c3f42ef7
>     md5sum_1m = 37c2fdec15ac4ec16aa10fdfdb338aa3
> install:
>     user = user
> unattended_install:
>     unattended_file = unattended/win2003-32.sif
> 
> It's not important, just an alternative to consider.

Good point, we should probably go over the config files upstream and do
all these small adjustments.

      reply	other threads:[~2010-01-20 13:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-15 18:57 [PATCH] KVM test: tests_base.cfg updated with windows unattended install Lucas Meneghel Rodrigues
2010-01-20 13:33 ` Michael Goldish
2010-01-20 13:57   ` Lucas Meneghel Rodrigues [this message]

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=1263995832.2291.4.camel@localhost.localdomain \
    --to=lmr@redhat.com \
    --cc=autotest@test.kernel.org \
    --cc=kvm@vger.kernel.org \
    --cc=mgoldish@redhat.com \
    /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