From: yogi <anantyog@linux.vnet.ibm.com>
To: autotest@test.kernel.org
Cc: kvm@vger.kernel.org
Subject: [KVM-AUTOTEST PATCH 2/5] KVM test: Support for Parallel install of guest OS
Date: Wed, 10 Feb 2010 21:59:02 +0530 [thread overview]
Message-ID: <1265819342.6747.28.camel@yogi-laptop> (raw)
In-Reply-To: <1265818995.6747.25.camel@yogi-laptop>
>From 76aff8427266035867e9c73f8c2c7037a7113d1e Mon Sep 17 00:00:00 2001
From: yogananth subramanian <anantyog@linux.vnet.ibm.com>
Date: Wed, 10 Feb 2010 08:00:06 -0500
Subject: [PATCH 2/5] kvm test: test_base: enabling parallel install
Have added a new port redirection entry "guest_port_unattend_shell"
for the host to communitcate with quest during unattended install.
For parallel installation to work in unattended mode, the floppy
image and pxe boot path also has to be unique for each quest.
Signed-off-by: yogananth subramanian <anantyog@linux.vnet.ibm.com>
---
client/tests/kvm/tests_base.cfg.sample | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/client/tests/kvm/tests_base.cfg.sample
b/client/tests/kvm/tests_base.cfg.sample
index e9fdd05..26cfbd0 100644
--- a/client/tests/kvm/tests_base.cfg.sample
+++ b/client/tests/kvm/tests_base.cfg.sample
@@ -33,6 +33,7 @@ used_mem = 512
# Port redirections
redirs = remote_shell
guest_port_remote_shell = 22
+guest_port_unattend_shell = 12323
# NIC parameters
nic_mode = user
@@ -589,6 +590,8 @@ variants:
md5sum_1m = 0dbeb8f58d213752d8c029e8601abfbb
unattended_install:
unattended_file =
unattended/RHEL-5-series.ks
+ tftp = "images/rhel54-32/tftpboot"
+ floppy = "images/rhel54-32floppy.img"
- 5.4.x86_64:
no setup
@@ -598,6 +601,8 @@ variants:
md5sum_1m = 3e74112003e88a966754849dbb8f5c3f
unattended_install:
unattended_file =
unattended/RHEL-5-series.ks
+ tftp = "images/rhel54-64/tftpboot"
+ floppy = "images/rhel54-64floppy.img"
# Windows section
- @Windows:
--
1.6.2.5
next prev parent reply other threads:[~2010-02-10 16:29 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-10 16:23 [Autotest] [KVM-AUTOTEST PATCH 0/5] KVM test: Support for Parallel install of guest OS yogi
2010-02-10 16:28 ` [KVM-AUTOTEST PATCH 1/5] " yogi
2010-02-10 16:29 ` yogi [this message]
2010-02-10 16:29 ` [KVM-AUTOTEST PATCH 3/5] " yogi
2010-02-10 17:09 ` Ryan Harper
2010-02-10 17:22 ` [Autotest] " Lucas Meneghel Rodrigues
2010-02-10 17:45 ` yogi
2010-02-10 16:30 ` [Autotest] [KVM-AUTOTEST PATCH 4/5] " yogi
2010-02-10 16:30 ` [KVM-AUTOTEST PATCH 5/5] " yogi
2010-02-10 17:13 ` [Autotest] [KVM-AUTOTEST PATCH 0/5] " Lucas Meneghel Rodrigues
2010-02-10 17:54 ` Ryan Harper
2010-02-10 19:41 ` Lucas Meneghel Rodrigues
2010-02-10 18:00 ` [Autotest] " yogi
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=1265819342.6747.28.camel@yogi-laptop \
--to=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 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.