All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] KVM test: Do not execute guest_s4 and shutdown for RHEL 3.X
@ 2010-05-04 20:50 Lucas Meneghel Rodrigues
  0 siblings, 0 replies; only message in thread
From: Lucas Meneghel Rodrigues @ 2010-05-04 20:50 UTC (permalink / raw)
  To: autotest; +Cc: kvm, Lucas Meneghel Rodrigues

RHEL 3.X does not support s4. Also, a shutdown sequence does
not completely turn off, terminating the qemu instance.

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

diff --git a/client/tests/kvm/tests_base.cfg.sample b/client/tests/kvm/tests_base.cfg.sample
index e21f3c8..ee83ac2 100644
--- a/client/tests/kvm/tests_base.cfg.sample
+++ b/client/tests/kvm/tests_base.cfg.sample
@@ -741,7 +741,7 @@ variants:
 
                 variants:
                     - 3.9.i386:
-                        no setup autotest linux_s3
+                        no setup autotest linux_s3 guest_s4 shutdown
                         image_name = rhel3-32
                         mem_chk_cmd = dmidecode | awk -F: '/Maximum Capacity/ {print $2}'
                         cdrom = linux/RHEL-3.9-i386-DVD.iso
@@ -755,7 +755,7 @@ variants:
                             floppy = images/rhel39-32/floppy.img
 
                     - 3.9.x86_64:
-                        no setup autotest linux_s3
+                        no setup autotest linux_s3 guest_s4 shutdown
                         image_name = rhel3-64
                         mem_chk_cmd = dmidecode | awk -F: '/Maximum Capacity/ {print $2}'
                         cdrom = linux/RHEL-3.9-x86_64-DVD.iso
-- 
1.7.0.1


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

only message in thread, other threads:[~2010-05-04 20:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-04 20:50 [PATCH] KVM test: Do not execute guest_s4 and shutdown for RHEL 3.X 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.