Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: client/tests/kvm/unattended/win2003-64.sif

Issue 3554003: Merge remote branch 'cros/upstream' into tempbranch3 (Closed) Base URL: http://git.chromium.org/git/autotest.git
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/tests/kvm/unattended/win2003-32.sif ('k') | client/tests/kvm/unattended/win2008-32-autounattend.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/kvm/unattended/win2003-64.sif
diff --git a/client/tests/kvm/unattended/win2003-64.sif b/client/tests/kvm/unattended/win2003-64.sif
index f58b0b0c29c7e39c0924253909a1d7f17504b322..fab2cf552e93b03a5cf6b630d8c95bf9e0728a6c 100644
--- a/client/tests/kvm/unattended/win2003-64.sif
+++ b/client/tests/kvm/unattended/win2003-64.sif
@@ -10,6 +10,7 @@
UnattendSwitch = Yes
CrashDumpSetting = 1
DriverSigningPolicy = ignore
+ OemPnPDriversPath="KVM_TEST_NETWORK_DRIVER_PATH"
WaitForReboot = no
Repartition = yes
@@ -56,9 +57,10 @@
YResolution=768
[GuiRunOnce]
- Command0="cmd /c sc config TlntSvr start= auto"
- Command1="cmd /c netsh firewall set opmode disable"
- Command2="cmd /c net start telnet"
- Command3="cmd /c E:\setuprss.bat"
- Command4="cmd /c netsh interface ip set address local dhcp"
- Command5="cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe"
+ Command0="cmd /c KVM_TEST_VIRTIO_NETWORK_INSTALLER"
+ Command1="cmd /c sc config TlntSvr start= auto"
+ Command2="cmd /c netsh firewall set opmode disable"
+ Command3="cmd /c net start telnet"
+ Command4="cmd /c E:\setuprss.bat"
+ Command5="cmd /c netsh interface ip set address local dhcp"
+ Command6="cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe"
« no previous file with comments | « client/tests/kvm/unattended/win2003-32.sif ('k') | client/tests/kvm/unattended/win2008-32-autounattend.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698