All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] KVM test: Fix command to install virtio driver msi install package
@ 2010-09-15  0:13 Lucas Meneghel Rodrigues
  0 siblings, 0 replies; only message in thread
From: Lucas Meneghel Rodrigues @ 2010-09-15  0:13 UTC (permalink / raw)
  To: autotest; +Cc: kvm, Lucas Meneghel Rodrigues

If we are going to use the msi package, we have to tell windows
to install it using msiexec /passive /package, so the msi is
installed without asking questions. Only executing the msi
will prompt questions to the user, which we clearly don't want.

Changing it on the default config file so people won't loose
time trying to figure out why the msi is not being installed.

Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>
---
 client/tests/kvm/tests_base.cfg.sample |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/client/tests/kvm/tests_base.cfg.sample b/client/tests/kvm/tests_base.cfg.sample
index 22e9494..e9d4b4e 100644
--- a/client/tests/kvm/tests_base.cfg.sample
+++ b/client/tests/kvm/tests_base.cfg.sample
@@ -1294,7 +1294,7 @@ variants:
             #drive_index_virtiocd = 3
             #virtio_floppy = /usr/share/virtio-win/virtio-drivers.vfd
             # Some flavors of the virtio drivers have an msi installer
-            #virtio_network_installer = F:\\RHEV-Network.msi
+            #virtio_network_installer = ' msiexec /passive /package  F:\RHEV-Network64.msi'
         migrate:
             migration_test_command = ver && vol
             migration_bg_command = start ping -t localhost
-- 
1.7.2.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-09-15  0:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-15  0:13 [PATCH] KVM test: Fix command to install virtio driver msi install package Lucas Meneghel Rodrigues

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.