blob: 661b1a3c27d95f3e6ceaf22dc07458a8154246bb [file] [log] [blame]
The Android Open Source Projectf8057102009-03-15 16:47:16 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2008 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
17<HostConfiguration version="1.0">
18 <Repository>
19 <!-- Specific OEM test plan directory (optional) -->
20 <TestPlan path="plans" />
21 <!-- Specific OEM test case directory (optional) -->
22 <TestCase path="testcases" />
23 <!-- Specific OEM test result directory (optional) -->
24 <TestResult path="results" />
25 </Repository>
Phil Dubache610a1e2009-04-23 18:32:25 -070026
27 <!-- Number of tests executed between reboots. A value <= 0 disables reboots. -->
28 <IntValue name="maxTestCount" value="200" />
Phil Dubacha0ec0db2009-04-28 15:28:34 -070029 <!-- Max size [tests] for a package to be run in batch mode. -->
Brett Chabot03177f12009-08-13 21:23:28 -070030 <IntValue name="maxTestsInBatchMode" value="5000" />
Phil Dubache610a1e2009-04-23 18:32:25 -070031
32 <!-- Max time [ms] between test status updates. -->
sam_chiu677ddbb2011-05-10 20:20:22 +080033 <IntValue name="testStatusTimeoutMs" value="600000" />
Phil Dubache610a1e2009-04-23 18:32:25 -070034 <!-- Max time [ms] from start of package in batch mode and the first test status update. -->
35 <IntValue name="batchStartTimeoutMs" value="1800000" />
36 <!-- Max time [ms] from start of test in individual mode to the first test status update. -->
37 <IntValue name="individualStartTimeoutMs" value="300000" />
Phil Dubacha0ec0db2009-04-28 15:28:34 -070038 <!-- Timeout [ms] for the signature check. -->
Phil Dubachc6e93822009-04-27 18:51:41 -070039 <IntValue name="signatureTestTimeoutMs" value="600000" />
Phil Dubacha0ec0db2009-04-28 15:28:34 -070040 <!-- Timeout [ms] for package installations. -->
Phil Dubachc6e93822009-04-27 18:51:41 -070041 <IntValue name="packageInstallTimeoutMs" value="120000" />
Phil Dubach44e9f242009-05-01 16:26:09 -070042 <!-- Time to wait [ms] after a package installation or removal. -->
Brett Chabot03177f12009-08-13 21:23:28 -070043 <IntValue name="postInstallWaitMs" value="10000" />
Phil Dubach44e9f242009-05-01 16:26:09 -070044
The Android Open Source Projectf8057102009-03-15 16:47:16 -070045</HostConfiguration>