From patchwork Wed Oct 20 05:53:26 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Feng Yang X-Patchwork-Id: 267441 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o9K5rXTu010540 for ; Wed, 20 Oct 2010 05:53:33 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755146Ab0JTFxb (ORCPT ); Wed, 20 Oct 2010 01:53:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59504 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753870Ab0JTFxa (ORCPT ); Wed, 20 Oct 2010 01:53:30 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o9K5rTdP021816 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 20 Oct 2010 01:53:29 -0400 Received: from localhost.localdomain (dhcp-91-72.nay.redhat.com [10.66.91.72]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o9K5rR51021898; Wed, 20 Oct 2010 01:53:28 -0400 From: Feng Yang To: autotest@test.kernel.org Cc: kvm@vger.kernel.org, Feng Yang Subject: [PATCH] KVM Test: Set bootstatuspolicy to ignoreallfailures for Win2008 and r2 in autounattend.xml Date: Wed, 20 Oct 2010 13:53:26 +0800 Message-Id: <1287554006-13373-1-git-send-email-fyang@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 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 (demeter1.kernel.org [140.211.167.41]); Wed, 20 Oct 2010 05:53:33 +0000 (UTC) diff --git a/client/tests/kvm/unattended/win2008-32-autounattend.xml b/client/tests/kvm/unattended/win2008-32-autounattend.xml index 89af07f..7e8e160 100644 --- a/client/tests/kvm/unattended/win2008-32-autounattend.xml +++ b/client/tests/kvm/unattended/win2008-32-autounattend.xml @@ -149,16 +149,20 @@ 5 + %WINDIR%\System32\cmd /c bcdedit /set {current} bootstatuspolicy ignoreallfailures + 6 + + %WINDIR%\System32\cmd /c E:\setuprss.bat - 6 + 7 %WINDIR%\System32\cmd /c netsh interface ip set address "Local Area Connection" dhcp - 7 + 8 %WINDIR%\System32\cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe - 8 + 9 diff --git a/client/tests/kvm/unattended/win2008-64-autounattend.xml b/client/tests/kvm/unattended/win2008-64-autounattend.xml index 98f5589..fce6582 100644 --- a/client/tests/kvm/unattended/win2008-64-autounattend.xml +++ b/client/tests/kvm/unattended/win2008-64-autounattend.xml @@ -158,17 +158,21 @@ 5 - %WINDIR%\System32\cmd /c E:\setuprss.bat + %WINDIR%\System32\cmd /c bcdedit /set {current} bootstatuspolicy ignoreallfailures 6 - %WINDIR%\System32\cmd /c netsh interface ip set address "Local Area Connection" dhcp + %WINDIR%\System32\cmd /c E:\setuprss.bat 7 - %WINDIR%\System32\cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe + %WINDIR%\System32\cmd /c netsh interface ip set address "Local Area Connection" dhcp 8 + + %WINDIR%\System32\cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe + 9 + true diff --git a/client/tests/kvm/unattended/win2008-r2-autounattend.xml b/client/tests/kvm/unattended/win2008-r2-autounattend.xml index b624d10..948e9a1 100644 --- a/client/tests/kvm/unattended/win2008-r2-autounattend.xml +++ b/client/tests/kvm/unattended/win2008-r2-autounattend.xml @@ -158,17 +158,21 @@ 5 - %WINDIR%\System32\cmd /c E:\setuprss.bat + %WINDIR%\System32\cmd /c bcdedit /set {current} bootstatuspolicy ignoreallfailures 6 - %WINDIR%\System32\cmd /c netsh interface ip set address "Local Area Connection" dhcp + %WINDIR%\System32\cmd /c E:\setuprss.bat 7 - %WINDIR%\System32\cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe + %WINDIR%\System32\cmd /c netsh interface ip set address "Local Area Connection" dhcp 8 + + %WINDIR%\System32\cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe + 9 + true