From patchwork Tue May 4 20:50:15 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lucas Meneghel Rodrigues X-Patchwork-Id: 96909 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o44KoPx3012733 for ; Tue, 4 May 2010 20:50:25 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933846Ab0EDUuW (ORCPT ); Tue, 4 May 2010 16:50:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52623 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933657Ab0EDUuV (ORCPT ); Tue, 4 May 2010 16:50:21 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o44KoJYe007703 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 4 May 2010 16:50:19 -0400 Received: from localhost.localdomain (vpn-11-123.rdu.redhat.com [10.11.11.123]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o44KoHsn015414; Tue, 4 May 2010 16:50:18 -0400 From: Lucas Meneghel Rodrigues To: autotest@test.kernel.org Cc: kvm@vger.kernel.org, Lucas Meneghel Rodrigues Subject: [PATCH] KVM test: Do not execute guest_s4 and shutdown for RHEL 3.X Date: Tue, 4 May 2010 17:50:15 -0300 Message-Id: <1273006215-4347-1-git-send-email-lmr@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Tue, 04 May 2010 20:50:25 +0000 (UTC) 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