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

Unified Diff: client/tests/kvm/unattended/winxp32.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/winvista-64-autounattend.xml ('k') | client/tests/kvm/unattended/winxp64.sif » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/kvm/unattended/winxp32.sif
diff --git a/client/tests/kvm/unattended/winxp32.sif b/client/tests/kvm/unattended/winxp32.sif
index 7562846749f908533b040012c1f9705a07168bd7..b9a2ab64664518c7adf8b0a288ef3e5fdf669442 100644
--- a/client/tests/kvm/unattended/winxp32.sif
+++ b/client/tests/kvm/unattended/winxp32.sif
@@ -13,6 +13,7 @@
UnattendSwitch=Yes
CrashDumpSetting=1
DriverSigningPolicy=ignore
+ OemPnPDriversPath="KVM_TEST_NETWORK_DRIVER_PATH"
WaitForReboot=no
[GuiUnattended]
@@ -68,6 +69,7 @@
YResolution=768
[GuiRunOnce]
- Command0="cmd /c E:\setuprss.bat"
- Command1="cmd /c netsh interface ip set address local dhcp"
- Command2="cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe"
+ Command0="cmd /c KVM_TEST_VIRTIO_NETWORK_INSTALLER"
+ Command1="cmd /c E:\setuprss.bat"
+ Command2="cmd /c netsh interface ip set address local dhcp"
+ Command3="cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe"
« no previous file with comments | « client/tests/kvm/unattended/winvista-64-autounattend.xml ('k') | client/tests/kvm/unattended/winxp64.sif » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698