diff mbox

KVM test: Do not execute guest_s4 and shutdown for RHEL 3.X

Message ID 1273006215-4347-1-git-send-email-lmr@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Lucas Meneghel Rodrigues May 4, 2010, 8:50 p.m. UTC
None
diff mbox

Patch

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