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

Side by Side Diff: client/tests/kvm/unattended/win2008-32-autounattend.xml

Issue 4823005: Merge remote branch 'cros/upstream' into tempbranch (Closed) Base URL: http://git.chromium.org/git/autotest.git@master
Patch Set: patch Created 10 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <unattend xmlns="urn:schemas-microsoft-com:unattend"> 2 <unattend xmlns="urn:schemas-microsoft-com:unattend">
3 <settings pass="windowsPE"> 3 <settings pass="windowsPE">
4 <component name="Microsoft-Windows-International-Core-WinPE" 4 <component name="Microsoft-Windows-International-Core-WinPE"
5 processorArchitecture="x86" publicKeyToken="31bf3856ad36 4e35" 5 processorArchitecture="x86" publicKeyToken="31bf3856ad36 4e35"
6 language="neutral" versionScope="nonSxS" 6 language="neutral" versionScope="nonSxS"
7 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S tate" 7 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S tate"
8 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 8 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
9 <SetupUILanguage> 9 <SetupUILanguage>
10 <UILanguage>en-us</UILanguage> 10 <UILanguage>en-us</UILanguage>
11 </SetupUILanguage> 11 </SetupUILanguage>
12 <InputLocale>0409:00010409</InputLocale> 12 <InputLocale>0409:00010409</InputLocale>
13 <SystemLocale>en-us</SystemLocale> 13 <SystemLocale>en-us</SystemLocale>
14 <UILanguage>en-us</UILanguage> 14 <UILanguage>en-us</UILanguage>
15 <UILanguageFallback>en-us</UILanguageFallback> 15 <UILanguageFallback>en-us</UILanguageFallback>
16 <UserLocale>en-us</UserLocale> 16 <UserLocale>en-us</UserLocale>
17 </component> 17 </component>
18 <component name="Microsoft-Windows-PnpCustomizationsWinPE" 18 <component name="Microsoft-Windows-PnpCustomizationsWinPE"
19 » » » processorArchitecture="amd64" publicKeyToken="31bf3856ad 364e35" 19 » » » processorArchitecture="x86" publicKeyToken="31bf3856ad36 4e35"
20 language="neutral" versionScope="nonSxS" 20 language="neutral" versionScope="nonSxS"
21 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S tate" 21 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S tate"
22 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 22 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
23 <DriverPaths> 23 <DriverPaths>
24 <PathAndCredentials wcm:keyValue="1" wcm:action= "add"> 24 <PathAndCredentials wcm:keyValue="1" wcm:action= "add">
25 <Path>KVM_TEST_STORAGE_DRIVER_PATH</Path > 25 <Path>KVM_TEST_STORAGE_DRIVER_PATH</Path >
26 </PathAndCredentials> 26 </PathAndCredentials>
27 <PathAndCredentials wcm:keyValue="2" wcm:action= "add"> 27 <PathAndCredentials wcm:keyValue="2" wcm:action= "add">
28 <Path>KVM_TEST_NETWORK_DRIVER_PATH</Path > 28 <Path>KVM_TEST_NETWORK_DRIVER_PATH</Path >
29 </PathAndCredentials> 29 </PathAndCredentials>
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 <CommandLine>%WINDIR%\System32\cmd /c sc config TlntSvr start= auto</CommandLine> 140 <CommandLine>%WINDIR%\System32\cmd /c sc config TlntSvr start= auto</CommandLine>
141 <Order>3</Order> 141 <Order>3</Order>
142 </SynchronousCommand> 142 </SynchronousCommand>
143 <SynchronousCommand wcm:action="add"> 143 <SynchronousCommand wcm:action="add">
144 <CommandLine>%WINDIR%\System32\cmd /c ne tsh firewall set opmode disable</CommandLine> 144 <CommandLine>%WINDIR%\System32\cmd /c ne tsh firewall set opmode disable</CommandLine>
145 <Order>4</Order> 145 <Order>4</Order>
146 </SynchronousCommand> 146 </SynchronousCommand>
147 <SynchronousCommand wcm:action="add"> 147 <SynchronousCommand wcm:action="add">
148 <CommandLine>%WINDIR%\System32\cmd /c ne t start telnet</CommandLine> 148 <CommandLine>%WINDIR%\System32\cmd /c ne t start telnet</CommandLine>
149 <Order>5</Order> 149 <Order>5</Order>
150 <<<<<<< HEAD
150 </SynchronousCommand> 151 </SynchronousCommand>
151 <SynchronousCommand wcm:action="add"> 152 <SynchronousCommand wcm:action="add">
152 <CommandLine>%WINDIR%\System32\cmd /c E: \setuprss.bat</CommandLine> 153 <CommandLine>%WINDIR%\System32\cmd /c E: \setuprss.bat</CommandLine>
153 <Order>6</Order> 154 <Order>6</Order>
154 </SynchronousCommand> 155 </SynchronousCommand>
155 <SynchronousCommand wcm:action="add"> 156 <SynchronousCommand wcm:action="add">
156 <CommandLine>%WINDIR%\System32\cmd /c ne tsh interface ip set address "Local Area Connection" dhcp</CommandLine> 157 <CommandLine>%WINDIR%\System32\cmd /c ne tsh interface ip set address "Local Area Connection" dhcp</CommandLine>
157 <Order>7</Order> 158 <Order>7</Order>
158 </SynchronousCommand> 159 </SynchronousCommand>
159 <SynchronousCommand wcm:action="add"> 160 <SynchronousCommand wcm:action="add">
160 <CommandLine>%WINDIR%\System32\cmd /c pi ng 10.0.2.2 -n 20 &#38;&#38; A:\finish.exe</CommandLine> 161 <CommandLine>%WINDIR%\System32\cmd /c pi ng 10.0.2.2 -n 20 &#38;&#38; A:\finish.exe</CommandLine>
161 <Order>8</Order> 162 <Order>8</Order>
163 =======
164 </SynchronousCommand>
165 <SynchronousCommand wcm:action="add">
166 <CommandLine>%WINDIR%\System32\cmd /c bc dedit /set {current} bootstatuspolicy ignoreallfailures</CommandLine>
167 <Order>6</Order>
168 </SynchronousCommand>
169 <SynchronousCommand wcm:action="add">
170 <CommandLine>%WINDIR%\System32\cmd /c E: \setuprss.bat</CommandLine>
171 <Order>7</Order>
172 </SynchronousCommand>
173 <SynchronousCommand wcm:action="add">
174 <CommandLine>%WINDIR%\System32\cmd /c ne tsh interface ip set address "Local Area Connection" dhcp</CommandLine>
175 <Order>8</Order>
176 </SynchronousCommand>
177 <SynchronousCommand wcm:action="add">
178 <CommandLine>%WINDIR%\System32\cmd /c pi ng 10.0.2.2 -n 20 &#38;&#38; A:\finish.exe</CommandLine>
179 <Order>9</Order>
180 >>>>>>> cros/upstream
162 </SynchronousCommand> 181 </SynchronousCommand>
163 </FirstLogonCommands> 182 </FirstLogonCommands>
164 <OOBE> 183 <OOBE>
165 <ProtectYourPC>1</ProtectYourPC> 184 <ProtectYourPC>1</ProtectYourPC>
166 <NetworkLocation>Work</NetworkLocation> 185 <NetworkLocation>Work</NetworkLocation>
167 </OOBE> 186 </OOBE>
168 </component> 187 </component>
169 </settings> 188 </settings>
170 <settings pass="auditSystem"> 189 <settings pass="auditSystem">
171 <component name="Microsoft-Windows-Shell-Setup" 190 <component name="Microsoft-Windows-Shell-Setup"
172 processorArchitecture="x86" publicKeyToken="31bf3856ad36 4e35" 191 processorArchitecture="x86" publicKeyToken="31bf3856ad36 4e35"
173 language="neutral" versionScope="nonSxS" 192 language="neutral" versionScope="nonSxS"
174 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S tate" 193 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S tate"
175 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 194 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
176 <AutoLogon> 195 <AutoLogon>
177 <Password> 196 <Password>
178 <Value>1q2w3eP</Value> 197 <Value>1q2w3eP</Value>
179 <PlainText>true</PlainText> 198 <PlainText>true</PlainText>
180 </Password> 199 </Password>
181 <Username>Administrator</Username> 200 <Username>Administrator</Username>
182 <LogonCount>1000</LogonCount> 201 <LogonCount>1000</LogonCount>
183 <Enabled>true</Enabled> 202 <Enabled>true</Enabled>
184 </AutoLogon> 203 </AutoLogon>
185 </component> 204 </component>
186 </settings> 205 </settings>
187 <cpi:offlineImage 206 <cpi:offlineImage
188 cpi:source="wim:d:/os/win2k8/i386/sources/install.wim#Windows Lo nghorn SERVERSTANDARD" 207 cpi:source="wim:d:/os/win2k8/i386/sources/install.wim#Windows Lo nghorn SERVERSTANDARD"
189 xmlns:cpi="urn:schemas-microsoft-com:cpi" /> 208 xmlns:cpi="urn:schemas-microsoft-com:cpi" />
190 </unattend> 209 </unattend>
OLDNEW
« no previous file with comments | « client/tests/kvm/tests_base.cfg.sample ('k') | client/tests/kvm/unattended/win2008-64-autounattend.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698