From patchwork Thu Mar 25 13:03:57 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: 88231 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 o2PD4Bma010880 for ; Thu, 25 Mar 2010 13:04:12 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752155Ab0CYNEF (ORCPT ); Thu, 25 Mar 2010 09:04:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60551 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751283Ab0CYNEC (ORCPT ); Thu, 25 Mar 2010 09:04:02 -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 o2PD412E031448 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 25 Mar 2010 09:04:01 -0400 Received: from localhost.localdomain (vpn-11-229.rdu.redhat.com [10.11.11.229]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o2PD3xFs004388; Thu, 25 Mar 2010 09:04:00 -0400 From: Lucas Meneghel Rodrigues To: autotest@test.kernel.org Cc: kvm@vger.kernel.org, Lucas Meneghel Rodrigues Subject: [PATCH] KVM test: Removing system_powerdown from windows set Date: Thu, 25 Mar 2010 10:03:57 -0300 Message-Id: <1269522237-6088-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]); Thu, 25 Mar 2010 13:04:12 +0000 (UTC) diff --git a/client/tests/kvm/tests_base.cfg.sample b/client/tests/kvm/tests_base.cfg.sample index d162cf8..207850f 100644 --- a/client/tests/kvm/tests_base.cfg.sample +++ b/client/tests/kvm/tests_base.cfg.sample @@ -697,7 +697,7 @@ variants: # Windows section - @Windows: - no autotest linux_s3 vlan_tag + no autotest linux_s3 vlan_tag system_powerdown shutdown_command = shutdown /s /f /t 0 reboot_command = shutdown /r /f /t 0 status_test_command = echo %errorlevel%