The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2009 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 |
Nicolas Catania | ff096c1 | 2009-05-01 11:55:36 -0700 | [diff] [blame] | 7 | |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 8 | http://www.apache.org/licenses/LICENSE-2.0 |
Nicolas Catania | ff096c1 | 2009-05-01 11:55:36 -0700 | [diff] [blame] | 9 | |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 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 | |
Nicolas Catania | ff096c1 | 2009-05-01 11:55:36 -0700 | [diff] [blame] | 17 | <!-- |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 18 | This file contains standard test definitions for the Android platform |
Nicolas Catania | ff096c1 | 2009-05-01 11:55:36 -0700 | [diff] [blame] | 19 | |
Brett Chabot | 764d3fa | 2009-06-25 17:57:31 -0700 | [diff] [blame] | 20 | The following test types are supported: |
| 21 | - On device Java instrumentation tests are defined by <test> tags. |
| 22 | - native ones (C/C++) are defined by <test-native> tags. |
| 23 | - host java tests are defined by <test-host> tags. |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 24 | |
Brett Chabot | 764d3fa | 2009-06-25 17:57:31 -0700 | [diff] [blame] | 25 | See test_defs.xsd for more information. |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 26 | --> |
| 27 | |
Phil Dubach | 7c343ce | 2009-05-21 16:35:22 -0700 | [diff] [blame] | 28 | <test-definitions xmlns="http://schemas.android.com/testrunner/test_defs/1.0" |
| 29 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 30 | xsi:schemaLocation="http://schemas.android.com/testrunner/test_defs/1.0 test_defs.xsd"> |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 31 | |
Neal Nguyen | adce566 | 2010-01-14 14:13:37 -0800 | [diff] [blame] | 32 | <!-- frameworks tests --> |
| 33 | <test name="frameworks-core" |
| 34 | build_path="frameworks/base/core/tests/coretests" |
| 35 | package="com.android.frameworks.coretests" |
| 36 | coverage_target="framework" |
| 37 | continuous="true" /> |
| 38 | |
Xia Wang | 991ffd7 | 2010-06-29 14:59:26 -0700 | [diff] [blame] | 39 | <!-- will not run in the continuous test as it needs both Wifi & 3G --> |
| 40 | <test name="frameworks-connectivity" |
| 41 | build_path="frameworks/base/core/tests/ConnectivityManagerTest/" |
| 42 | package="com.android.connectivitymanagertest" |
| 43 | runner=".ConnectivityManagerUnitTestRunner" |
| 44 | coverage_target="framework" /> |
| 45 | |
Neal Nguyen | 04bcaad | 2010-01-25 15:33:21 -0800 | [diff] [blame] | 46 | <test name="frameworks-graphics" |
| 47 | build_path="frameworks/base/graphics/tests/graphicstests" |
| 48 | package="com.android.frameworks.graphicstests" |
| 49 | coverage_target="framework" |
| 50 | continuous="true" /> |
| 51 | |
Neal Nguyen | adce566 | 2010-01-14 14:13:37 -0800 | [diff] [blame] | 52 | <test name="frameworks-location" |
| 53 | build_path="frameworks/base/location/tests/locationtests" |
| 54 | package="com.android.frameworks.locationtests" |
| 55 | coverage_target="framework" |
| 56 | continuous="true" /> |
| 57 | |
Neal Nguyen | 04bcaad | 2010-01-25 15:33:21 -0800 | [diff] [blame] | 58 | <test name="frameworks-sax" |
| 59 | build_path="frameworks/base/sax/tests/saxtests" |
| 60 | package="com.android.frameworks.saxtests" |
| 61 | coverage_target="framework" |
| 62 | continuous="true" /> |
| 63 | |
Neal Nguyen | d538def | 2010-02-02 17:12:22 -0800 | [diff] [blame] | 64 | <test name="frameworks-services" |
| 65 | build_path="frameworks/base/services/tests/servicestests" |
| 66 | package="com.android.frameworks.servicestests" |
| 67 | coverage_target="framework" |
| 68 | continuous="true" /> |
| 69 | |
Neal Nguyen | adce566 | 2010-01-14 14:13:37 -0800 | [diff] [blame] | 70 | <test name="frameworks-telephony" |
Jake Hamby | e8d4078 | 2012-07-19 12:31:30 -0700 | [diff] [blame] | 71 | build_path="frameworks/opt/telephony/tests/telephonytests" |
Neal Nguyen | adce566 | 2010-01-14 14:13:37 -0800 | [diff] [blame] | 72 | package="com.android.frameworks.telephonytests" |
| 73 | coverage_target="framework" |
| 74 | continuous="true" /> |
| 75 | |
Brett Chabot | 0145eaf | 2010-02-18 18:55:11 -0800 | [diff] [blame] | 76 | <test name="frameworks-testrunner" |
Brett Chabot | 786f4db | 2010-02-20 20:07:38 -0800 | [diff] [blame] | 77 | build_path="frameworks/base/test-runner" |
Brett Chabot | 0145eaf | 2010-02-18 18:55:11 -0800 | [diff] [blame] | 78 | package="com.android.frameworks.testrunner.tests" |
Brett Chabot | 786f4db | 2010-02-20 20:07:38 -0800 | [diff] [blame] | 79 | coverage_target="android.test.runner" |
Brett Chabot | 0145eaf | 2010-02-18 18:55:11 -0800 | [diff] [blame] | 80 | continuous="true" /> |
| 81 | |
Neal Nguyen | 04bcaad | 2010-01-25 15:33:21 -0800 | [diff] [blame] | 82 | <test name="frameworks-vpn" |
| 83 | build_path="frameworks/base/vpn/tests/vpntests" |
| 84 | package="com.android.frameworks.vpntests" |
| 85 | coverage_target="framework" |
| 86 | continuous="true" /> |
| 87 | |
Jeff Sharkey | 39ffbcc | 2013-05-30 14:27:32 -0700 | [diff] [blame] | 88 | <test name="frameworks-support" |
| 89 | build_path="frameworks/support/tests" |
| 90 | package="android.support.tests" |
Jeff Sharkey | 01ae453 | 2013-03-07 21:21:13 -0800 | [diff] [blame] | 91 | continuous="true" /> |
| 92 | |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 93 | <test name="core" |
| 94 | build_path="frameworks/base/tests/CoreTests" |
| 95 | package="android.core" |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 96 | coverage_target="framework" |
| 97 | continuous="true" /> |
| 98 | |
Chung-yih Wang | 84dcb45 | 2009-09-29 11:27:11 +0800 | [diff] [blame] | 99 | <test name="keystore-unit" |
| 100 | build_path="frameworks/base/keystore/tests" |
| 101 | package="android.security.tests" |
Chung-yih Wang | 84dcb45 | 2009-09-29 11:27:11 +0800 | [diff] [blame] | 102 | coverage_target="framework" |
| 103 | continuous="true" /> |
| 104 | |
The Android Open Source Project | 6ffae01 | 2009-03-18 17:39:43 -0700 | [diff] [blame] | 105 | <test name="imf" |
| 106 | build_path="frameworks/base/tests/ImfTest" |
| 107 | package="com.android.imftest.tests" |
| 108 | coverage_target="framework" |
| 109 | continuous="true" /> |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 110 | |
Brett Chabot | 2e1ac5d | 2009-06-15 10:46:49 -0700 | [diff] [blame] | 111 | <test name="framework-permission" |
| 112 | build_path="frameworks/base/tests/permission" |
| 113 | package="com.android.framework.permission.tests" |
| 114 | runner="android.test.InstrumentationTestRunner" |
| 115 | coverage_target="framework" |
Brett Chabot | 8ccda76 | 2009-06-17 10:56:52 -0700 | [diff] [blame] | 116 | continuous="true" /> |
Brett Chabot | 2e1ac5d | 2009-06-15 10:46:49 -0700 | [diff] [blame] | 117 | |
Brett Chabot | 8c63b97 | 2010-04-05 12:19:17 -0700 | [diff] [blame] | 118 | <test name="android-common" |
Dan Egnor | e970b3d | 2009-11-18 12:05:35 -0800 | [diff] [blame] | 119 | build_path="frameworks/base/common/tests" |
Brett Chabot | f692a04 | 2010-04-02 08:50:02 -0700 | [diff] [blame] | 120 | package="com.android.common.tests" |
| 121 | coverage_target="framework" |
| 122 | continuous="true" /> |
Dan Egnor | e970b3d | 2009-11-18 12:05:35 -0800 | [diff] [blame] | 123 | |
Hugo Hudson | 35cf07a | 2011-07-26 00:17:05 +0100 | [diff] [blame] | 124 | <test name="ex-variablespeed" |
| 125 | build_path="frameworks/ex/variablespeed/tests" |
| 126 | package="com.android.ex.variablespeed.tests" |
| 127 | coverage_target="framework" |
| 128 | continuous="true" |
| 129 | description="Framework variable speed audio tests" /> |
| 130 | |
Jeff Brown | 6ec6d98 | 2012-04-06 14:50:23 -0700 | [diff] [blame] | 131 | <test-native name="libandroidfw" |
| 132 | build_path="frameworks/base/libs/androidfw/tests" |
| 133 | description="Framework libandroidfw unit tests." /> |
Jeff Brown | ec5b11b | 2010-06-13 20:09:33 -0700 | [diff] [blame] | 134 | |
| 135 | <test-native name="libutils" |
Jeff Brown | 50d5736 | 2012-05-31 16:08:05 -0700 | [diff] [blame] | 136 | build_path="frameworks/native/libs/utils/tests" |
Jeff Brown | ec5b11b | 2010-06-13 20:09:33 -0700 | [diff] [blame] | 137 | description="Framework libutils unit tests." /> |
| 138 | |
Jeff Brown | 55ecde5 | 2011-01-02 21:34:53 -0800 | [diff] [blame] | 139 | <test-native name="libinput" |
| 140 | build_path="frameworks/base/services/input/tests" |
| 141 | description="Framework libinput unit tests." /> |
| 142 | |
Jeff Sharkey | 2753baa | 2012-02-14 17:30:01 -0800 | [diff] [blame] | 143 | <test name="volley" |
| 144 | build_path="frameworks/support/volley/tests" |
| 145 | package="com.android.volley.tests" |
| 146 | continuous="true" /> |
| 147 | |
Brett Chabot | a6f3b0a | 2010-04-01 18:38:31 -0700 | [diff] [blame] | 148 | <!-- end of framework tests --> |
| 149 | |
| 150 | <!-- media framework tests --> |
| 151 | <test name="media" |
| 152 | build_path="frameworks/base/media/tests/MediaFrameworkTest" |
| 153 | package="com.android.mediaframeworktest" |
| 154 | runner=".MediaFrameworkTestRunner" |
| 155 | coverage_target="framework" |
| 156 | continuous="true" /> |
| 157 | |
| 158 | <test name="mediaapitest" |
| 159 | build_path="frameworks/base/media/tests/MediaFrameworkTest" |
| 160 | package="com.android.mediaframeworktest" |
| 161 | class="com.android.mediaframeworktest.functional.MediaPlayerApiTest" |
| 162 | runner=".MediaFrameworkTestRunner" |
| 163 | coverage_target="framework" /> |
| 164 | |
| 165 | <test name="mediarecordertest" |
| 166 | build_path="frameworks/base/media/tests/MediaFrameworkTest" |
| 167 | package="com.android.mediaframeworktest" |
| 168 | class="com.android.mediaframeworktest.functional.MediaRecorderTest" |
| 169 | runner=".MediaFrameworkTestRunner" |
| 170 | coverage_target="framework" /> |
| 171 | |
| 172 | <test name="mediastresstest" |
| 173 | build_path="frameworks/base/media/tests/MediaFrameworkTest" |
| 174 | package="com.android.mediaframeworktest" |
| 175 | runner=".MediaRecorderStressTestRunner" |
| 176 | coverage_target="framework" /> |
| 177 | |
| 178 | <test name="mediamemorystress" |
| 179 | build_path="frameworks/base/media/tests/MediaFrameworkTest" |
| 180 | package="com.android.mediaframeworktest" |
| 181 | runner=".MediaFrameworkPerfTestRunner" |
| 182 | coverage_target="framework" /> |
| 183 | |
| 184 | <test name="mediaunit" |
| 185 | build_path="frameworks/base/media/tests/MediaFrameworkTest" |
| 186 | package="com.android.mediaframeworktest" |
| 187 | runner=".MediaFrameworkUnitTestRunner" |
| 188 | coverage_target="framework" /> |
| 189 | |
Yu Shan Emily Lau | b152b93 | 2013-04-12 17:27:15 -0700 | [diff] [blame] | 190 | <test-native name="camera-client-native" |
| 191 | build_path="frameworks/av/camera/tests/" |
| 192 | description="Camera client native tests." /> |
| 193 | |
| 194 | <test-native name="camera-hal2-native" |
| 195 | build_path="hardware/libhardware/tests/camera2" |
| 196 | description="Camera hal2 native tests." /> |
Brett Chabot | a6f3b0a | 2010-04-01 18:38:31 -0700 | [diff] [blame] | 197 | <!-- end of media framework tests --> |
| 198 | |
| 199 | <!-- targeted framework tests --> |
| 200 | <test name="account" |
| 201 | build_path="frameworks/base/core/tests/coretests" |
| 202 | package="com.android.frameworks.coretests" |
| 203 | class="android.accounts.AccountManagerServiceTest" |
| 204 | coverage_target="framework" /> |
| 205 | |
| 206 | <test name="smoke" |
| 207 | build_path="frameworks/base/tests/SmokeTest" |
| 208 | package="com.android.smoketest.tests" |
| 209 | coverage_target="framework" |
| 210 | continuous="true" /> |
| 211 | |
| 212 | <test name="launchperf" |
| 213 | build_path="development/apps/launchperf" |
| 214 | package="com.android.launchperf" |
| 215 | runner=".SimpleActivityLaunchPerformance" |
| 216 | coverage_target="framework" /> |
| 217 | |
| 218 | <test name="contentprovideroperation" |
| 219 | build_path="frameworks/base/core/tests/coretests" |
| 220 | package="com.android.frameworks.coretests" |
| 221 | class="android.content.ContentProviderOperationTest" |
| 222 | coverage_target="framework" /> |
| 223 | |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 224 | <!-- cts tests --> |
| 225 | |
| 226 | <test name="cts-permission" |
Brett Chabot | 2477b38 | 2009-09-23 18:05:28 -0700 | [diff] [blame] | 227 | build_path="cts/tests/tests/permission" |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 228 | package="com.android.cts.permission" |
Brett Chabot | d6af1fb | 2009-06-09 19:41:27 -0700 | [diff] [blame] | 229 | runner="android.test.InstrumentationTestRunner" |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 230 | coverage_target="framework" |
| 231 | continuous="true" |
Brett Chabot | 4a5d9f1 | 2010-02-18 20:01:11 -0800 | [diff] [blame] | 232 | suite="cts" /> |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 233 | |
Brett Chabot | fe905a8 | 2009-06-19 18:32:14 -0700 | [diff] [blame] | 234 | <test name="cts-permission2" |
| 235 | build_path="cts/tests/tests/permission2" |
| 236 | package="com.android.cts.permission2" |
| 237 | runner="android.test.InstrumentationTestRunner" |
| 238 | coverage_target="framework" |
| 239 | continuous="true" |
Brett Chabot | a6f3b0a | 2010-04-01 18:38:31 -0700 | [diff] [blame] | 240 | suite="true" /> |
Brett Chabot | fe905a8 | 2009-06-19 18:32:14 -0700 | [diff] [blame] | 241 | |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 242 | <test name="cts-process" |
Brett Chabot | 2477b38 | 2009-09-23 18:05:28 -0700 | [diff] [blame] | 243 | build_path="cts/tests/tests/process" |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 244 | package="com.android.cts.process" |
| 245 | coverage_target="framework" |
Brett Chabot | 4a5d9f1 | 2010-02-18 20:01:11 -0800 | [diff] [blame] | 246 | suite="cts" /> |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 247 | |
Nick Kralevich | 26070d5 | 2011-04-28 12:15:36 -0700 | [diff] [blame] | 248 | <test name="cts-security" |
| 249 | build_path="cts/tests/tests/security" |
| 250 | package="com.android.cts.security" |
| 251 | runner="android.test.InstrumentationCtsTestRunner" |
| 252 | suite="cts" /> |
| 253 | |
Fred Quintana | e7f6b2b | 2010-12-03 15:21:46 -0800 | [diff] [blame] | 254 | <test name="cts-accounts" |
| 255 | build_path="cts/tests/tests/accounts" |
| 256 | package="android.accounts.cts" |
| 257 | runner="android.test.InstrumentationTestRunner" |
| 258 | coverage_target="framework" |
| 259 | suite="cts" /> |
| 260 | |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 261 | <test name="cts-api-signature" |
Brett Chabot | 2477b38 | 2009-09-23 18:05:28 -0700 | [diff] [blame] | 262 | build_path="cts/tests/SignatureTest" |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 263 | package="android.tests.sigtest" |
| 264 | runner=".InstrumentationRunner" |
Brett Chabot | 4a5d9f1 | 2010-02-18 20:01:11 -0800 | [diff] [blame] | 265 | suite="cts" /> |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 266 | |
| 267 | <test name="cts-api-signature-func" |
Brett Chabot | 2477b38 | 2009-09-23 18:05:28 -0700 | [diff] [blame] | 268 | build_path="cts/tests/SignatureTest" |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 269 | package="android.tests.sigtest.tests" |
Brett Chabot | 4a5d9f1 | 2010-02-18 20:01:11 -0800 | [diff] [blame] | 270 | suite="cts" /> |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 271 | |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 272 | <test name="cts-app" |
Brett Chabot | 2477b38 | 2009-09-23 18:05:28 -0700 | [diff] [blame] | 273 | build_path="cts/tests/tests/app" |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 274 | package="com.android.cts.app" |
| 275 | runner="android.test.InstrumentationCtsTestRunner" |
| 276 | coverage_target="framework" |
Brett Chabot | 4a5d9f1 | 2010-02-18 20:01:11 -0800 | [diff] [blame] | 277 | suite="cts" /> |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 278 | |
| 279 | <test name="cts-content" |
Brett Chabot | 2477b38 | 2009-09-23 18:05:28 -0700 | [diff] [blame] | 280 | build_path="cts/tests/tests/content" |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 281 | package="com.android.cts.content" |
Brett Chabot | 4d1a3b8 | 2010-01-27 17:17:16 -0800 | [diff] [blame] | 282 | runner="android.test.InstrumentationTestRunner" |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 283 | coverage_target="framework" |
Brett Chabot | 4a5d9f1 | 2010-02-18 20:01:11 -0800 | [diff] [blame] | 284 | suite="cts" /> |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 285 | |
| 286 | <test name="cts-database" |
Brett Chabot | 2477b38 | 2009-09-23 18:05:28 -0700 | [diff] [blame] | 287 | build_path="cts/tests/tests/database" |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 288 | package="com.android.cts.database" |
| 289 | runner="android.test.InstrumentationCtsTestRunner" |
| 290 | coverage_target="framework" |
Brett Chabot | 4a5d9f1 | 2010-02-18 20:01:11 -0800 | [diff] [blame] | 291 | suite="cts" /> |
Nicolas Catania | c1d79ee | 2009-09-14 19:06:34 -0700 | [diff] [blame] | 292 | |
John Spurlock | 8197f7d | 2012-12-04 17:13:11 -0500 | [diff] [blame] | 293 | <test name="cts-dreams" |
| 294 | build_path="cts/tests/tests/dreams" |
| 295 | package="com.android.cts.dreams" |
| 296 | runner="android.test.InstrumentationCtsTestRunner" |
| 297 | coverage_target="framework" |
| 298 | suite="cts" /> |
| 299 | |
Brett Chabot | 08a3dc0 | 2009-08-26 11:58:23 -0700 | [diff] [blame] | 300 | <test name="cts-gesture" |
| 301 | build_path="cts/tests/tests/gesture" |
| 302 | package="com.android.cts.gesture" |
| 303 | runner="android.test.InstrumentationTestRunner" |
| 304 | coverage_target="framework" |
Brett Chabot | 4a5d9f1 | 2010-02-18 20:01:11 -0800 | [diff] [blame] | 305 | suite="cts" /> |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 306 | |
| 307 | <test name="cts-graphics" |
Brett Chabot | 2477b38 | 2009-09-23 18:05:28 -0700 | [diff] [blame] | 308 | build_path="cts/tests/tests/graphics" |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 309 | package="com.android.cts.graphics" |
| 310 | runner="android.test.InstrumentationCtsTestRunner" |
| 311 | coverage_target="framework" |
Brett Chabot | 4a5d9f1 | 2010-02-18 20:01:11 -0800 | [diff] [blame] | 312 | suite="cts" /> |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 313 | |
| 314 | <test name="cts-hardware" |
Brett Chabot | 2477b38 | 2009-09-23 18:05:28 -0700 | [diff] [blame] | 315 | build_path="cts/tests/tests/hardware" |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 316 | package="com.android.cts.hardware" |
Eino-Ville Talvala | 41ee0fd | 2012-10-05 17:12:42 -0700 | [diff] [blame] | 317 | runner="android.test.InstrumentationCtsTestRunner" |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 318 | coverage_target="framework" |
Brett Chabot | 8864a9a | 2010-03-30 19:46:27 -0700 | [diff] [blame] | 319 | continuous="true" |
Brett Chabot | 4a5d9f1 | 2010-02-18 20:01:11 -0800 | [diff] [blame] | 320 | suite="cts" /> |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 321 | |
| 322 | <test name="cts-location" |
Brett Chabot | 2477b38 | 2009-09-23 18:05:28 -0700 | [diff] [blame] | 323 | build_path="cts/tests/tests/location" |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 324 | package="com.android.cts.location" |
| 325 | runner="android.test.InstrumentationCtsTestRunner" |
| 326 | coverage_target="framework" |
Brett Chabot | 4a5d9f1 | 2010-02-18 20:01:11 -0800 | [diff] [blame] | 327 | suite="cts" /> |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 328 | |
Brett Chabot | 9f7ae08 | 2009-09-23 11:38:25 -0700 | [diff] [blame] | 329 | <test name="cts-media" |
| 330 | build_path="cts/tests/tests/media" |
| 331 | package="com.android.cts.media" |
| 332 | runner="android.test.InstrumentationCtsTestRunner" |
| 333 | coverage_target="framework" |
Brett Chabot | 4a5d9f1 | 2010-02-18 20:01:11 -0800 | [diff] [blame] | 334 | suite="cts" /> |
Brett Chabot | 9f7ae08 | 2009-09-23 11:38:25 -0700 | [diff] [blame] | 335 | |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 336 | <test name="cts-net" |
Brett Chabot | 2477b38 | 2009-09-23 18:05:28 -0700 | [diff] [blame] | 337 | build_path="cts/tests/tests/net" |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 338 | package="com.android.cts.net" |
Brian Muramatsu | 83f4573 | 2012-03-08 11:50:17 -0800 | [diff] [blame] | 339 | runner="android.test.InstrumentationTestRunner" |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 340 | coverage_target="framework" |
Brett Chabot | 4a5d9f1 | 2010-02-18 20:01:11 -0800 | [diff] [blame] | 341 | suite="cts" /> |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 342 | |
| 343 | <test name="cts-os" |
Brett Chabot | 2477b38 | 2009-09-23 18:05:28 -0700 | [diff] [blame] | 344 | build_path="cts/tests/tests/os" |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 345 | package="com.android.cts.os" |
| 346 | runner="android.test.InstrumentationCtsTestRunner" |
| 347 | coverage_target="framework" |
Brett Chabot | 4a5d9f1 | 2010-02-18 20:01:11 -0800 | [diff] [blame] | 348 | suite="cts" /> |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 349 | |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 350 | <test name="cts-provider" |
Brett Chabot | 2477b38 | 2009-09-23 18:05:28 -0700 | [diff] [blame] | 351 | build_path="cts/tests/tests/provider" |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 352 | package="com.android.cts.provider" |
| 353 | runner="android.test.InstrumentationCtsTestRunner" |
| 354 | coverage_target="framework" |
Brett Chabot | 4a5d9f1 | 2010-02-18 20:01:11 -0800 | [diff] [blame] | 355 | suite="cts" /> |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 356 | |
| 357 | <test name="cts-text" |
Brett Chabot | 2477b38 | 2009-09-23 18:05:28 -0700 | [diff] [blame] | 358 | build_path="cts/tests/tests/text" |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 359 | package="com.android.cts.text" |
| 360 | runner="android.test.InstrumentationCtsTestRunner" |
| 361 | coverage_target="framework" |
Brett Chabot | 4a5d9f1 | 2010-02-18 20:01:11 -0800 | [diff] [blame] | 362 | suite="cts" /> |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 363 | |
Brett Chabot | f9775ca | 2009-08-11 20:06:07 -0700 | [diff] [blame] | 364 | <test name="cts-telephony" |
Brett Chabot | 2477b38 | 2009-09-23 18:05:28 -0700 | [diff] [blame] | 365 | build_path="cts/tests/tests/telephony" |
Brett Chabot | f9775ca | 2009-08-11 20:06:07 -0700 | [diff] [blame] | 366 | package="com.android.cts.telephony" |
| 367 | runner="android.test.InstrumentationCtsTestRunner" |
| 368 | coverage_target="framework" |
Brett Chabot | 4a5d9f1 | 2010-02-18 20:01:11 -0800 | [diff] [blame] | 369 | suite="cts" /> |
Brett Chabot | f9775ca | 2009-08-11 20:06:07 -0700 | [diff] [blame] | 370 | |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 371 | <test name="cts-util" |
Brett Chabot | 2477b38 | 2009-09-23 18:05:28 -0700 | [diff] [blame] | 372 | build_path="cts/tests/tests/util" |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 373 | package="com.android.cts.util" |
| 374 | runner="android.test.InstrumentationCtsTestRunner" |
| 375 | coverage_target="framework" |
Brett Chabot | 4a5d9f1 | 2010-02-18 20:01:11 -0800 | [diff] [blame] | 376 | suite="cts" /> |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 377 | |
| 378 | <test name="cts-view" |
Brett Chabot | 2477b38 | 2009-09-23 18:05:28 -0700 | [diff] [blame] | 379 | build_path="cts/tests/tests/view" |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 380 | package="com.android.cts.view" |
| 381 | runner="android.test.InstrumentationCtsTestRunner" |
| 382 | coverage_target="framework" |
Brett Chabot | 4a5d9f1 | 2010-02-18 20:01:11 -0800 | [diff] [blame] | 383 | suite="cts" /> |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 384 | |
Brett Chabot | cc6799a | 2009-09-10 15:08:58 -0700 | [diff] [blame] | 385 | <test name="cts-webkit" |
| 386 | build_path="cts/tests/tests/webkit" |
| 387 | package="com.android.cts.webkit" |
| 388 | runner="android.test.InstrumentationCtsTestRunner" |
| 389 | coverage_target="framework" |
Brett Chabot | 4a5d9f1 | 2010-02-18 20:01:11 -0800 | [diff] [blame] | 390 | suite="cts" /> |
Brett Chabot | cc6799a | 2009-09-10 15:08:58 -0700 | [diff] [blame] | 391 | |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 392 | <test name="cts-widget" |
Brett Chabot | 2477b38 | 2009-09-23 18:05:28 -0700 | [diff] [blame] | 393 | build_path="cts/tests/tests/widget" |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 394 | package="com.android.cts.widget" |
| 395 | runner="android.test.InstrumentationCtsTestRunner" |
| 396 | coverage_target="framework" |
Brett Chabot | 4a5d9f1 | 2010-02-18 20:01:11 -0800 | [diff] [blame] | 397 | suite="cts" /> |
Brett Chabot | 49b7711 | 2009-06-02 11:46:04 -0700 | [diff] [blame] | 398 | |
| 399 | <!-- end of cts tests --> |
| 400 | |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 401 | <!-- selected app tests --> |
Brett Chabot | a6f3b0a | 2010-04-01 18:38:31 -0700 | [diff] [blame] | 402 | <test name="apidemos" |
| 403 | build_path="development/samples/ApiDemos" |
| 404 | package="com.example.android.apis.tests" /> |
| 405 | |
Peter Visontay | 230f8b7 | 2011-01-28 13:27:19 +0000 | [diff] [blame] | 406 | <test name="applicationsprov" |
| 407 | build_path="packages/providers/ApplicationsProvider" |
| 408 | package="com.android.providers.applications.tests" |
| 409 | coverage_target="ApplicationsProvider" |
| 410 | continuous="true" /> |
| 411 | |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 412 | <test name="browser" |
| 413 | build_path="packages/apps/Browser" |
Brett Chabot | f692a04 | 2010-04-02 08:50:02 -0700 | [diff] [blame] | 414 | package="com.android.browser.tests" |
Rajni Arora Batra | 6994e55 | 2010-04-02 17:55:52 -0700 | [diff] [blame] | 415 | coverage_target="Browser" |
| 416 | continuous="true" /> |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 417 | |
Guang Zhu | cf02f24 | 2010-06-21 16:55:00 -0700 | [diff] [blame] | 418 | <test name="calculator" |
| 419 | build_path="packages/apps/Calculator" |
| 420 | package="com.android.calculator2.tests" |
Guang Zhu | b7d67e6 | 2010-12-06 14:09:11 -0800 | [diff] [blame] | 421 | coverage_target="Calculator" |
| 422 | continuous="true" /> |
Guang Zhu | cf02f24 | 2010-06-21 16:55:00 -0700 | [diff] [blame] | 423 | |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 424 | <test name="calendar" |
Swarna Kumar | 3bf043f | 2010-03-22 15:38:22 -0700 | [diff] [blame] | 425 | build_path="packages/apps/Calendar" |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 426 | package="com.android.calendar.tests" |
| 427 | coverage_target="Calendar" |
| 428 | continuous="true" /> |
| 429 | |
| 430 | <test name="calprov" |
Swarna Kumar | 3bf043f | 2010-03-22 15:38:22 -0700 | [diff] [blame] | 431 | build_path="packages/providers/CalendarProvider" |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 432 | package="com.android.providers.calendar.tests" |
Swarna Kumar | 8aca5b8 | 2009-07-30 15:03:25 -0700 | [diff] [blame] | 433 | coverage_target="CalendarProvider" |
| 434 | continuous="true" /> |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 435 | |
Yu Shan Emily Lau | 9ba4eff | 2012-02-23 15:39:52 -0800 | [diff] [blame] | 436 | <test name="camera-functional" |
Jason Noguchi | b707698 | 2012-02-16 18:41:56 -0800 | [diff] [blame] | 437 | build_path="packages/apps/Camera" |
Yu Shan Emily Lau | 9ba4eff | 2012-02-23 15:39:52 -0800 | [diff] [blame] | 438 | package="com.google.android.camera.tests" |
| 439 | runner="com.android.camera.CameraTestRunner" |
Jason Noguchi | b707698 | 2012-02-16 18:41:56 -0800 | [diff] [blame] | 440 | coverage_target="Camera" |
Yu Shan Emily Lau | 9ba4eff | 2012-02-23 15:39:52 -0800 | [diff] [blame] | 441 | description="Camera functional test" |
Jason Noguchi | b707698 | 2012-02-16 18:41:56 -0800 | [diff] [blame] | 442 | continuous="true" /> |
| 443 | |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 444 | <test name="contactsprov" |
Swarna Kumar | 3bf043f | 2010-03-22 15:38:22 -0700 | [diff] [blame] | 445 | build_path="packages/providers/ContactsProvider" |
Omari Stephens | a341046 | 2009-09-02 13:01:11 -0700 | [diff] [blame] | 446 | package="com.android.providers.contacts.tests" |
Omari Stephens | 17a9df5 | 2009-09-29 14:16:07 -0700 | [diff] [blame] | 447 | coverage_target="ContactsProvider" |
| 448 | continuous="true" /> |
Omari Stephens | a341046 | 2009-09-02 13:01:11 -0700 | [diff] [blame] | 449 | |
Nicolas Catania | f8f452c | 2009-09-25 16:30:09 -0700 | [diff] [blame] | 450 | <test name="contacts" |
| 451 | build_path="packages/apps/Contacts" |
| 452 | package="com.android.contacts.tests" |
| 453 | runner="android.test.InstrumentationTestRunner" |
| 454 | coverage_target="Contacts" |
Omari Stephens | 17a9df5 | 2009-09-29 14:16:07 -0700 | [diff] [blame] | 455 | description="Tests for the Contacts app." |
| 456 | continuous="true" /> |
Nicolas Catania | f8f452c | 2009-09-25 16:30:09 -0700 | [diff] [blame] | 457 | |
Brett Chabot | cf87c98 | 2009-11-12 11:47:16 -0800 | [diff] [blame] | 458 | <test name="contacts-launch" |
| 459 | build_path="packages/apps/Contacts" |
| 460 | package="com.android.contacts.tests" |
| 461 | runner="com.android.contacts.ContactsLaunchPerformance" |
| 462 | description="Launch performance for Contacts." /> |
| 463 | |
Santos Cordon | ddd7ea4 | 2013-03-19 12:08:05 -0700 | [diff] [blame] | 464 | <test name="dialer" |
| 465 | build_path="packages/apps/Dialer" |
| 466 | package="com.android.dialer.tests" |
| 467 | runner="android.test.InstrumentationTestRunner" |
| 468 | coverage_target="Dialer" |
| 469 | description="Tests for the Dialer app." |
| 470 | continuous="true" /> |
| 471 | |
Jeff Sharkey | 7476775 | 2011-10-12 13:45:25 -0700 | [diff] [blame] | 472 | <test name="downloadprovider" |
| 473 | build_path="packages/providers/DownloadProvider/tests" |
| 474 | package="com.android.providers.downloads.tests" |
| 475 | coverage_target="DownloadProvider" |
| 476 | continuous="true" /> |
| 477 | |
Brett Chabot | 5de234e | 2009-06-15 13:04:58 -0700 | [diff] [blame] | 478 | <test name="downloadprovider-permission" |
| 479 | build_path="packages/providers/DownloadProvider/tests/permission" |
| 480 | package="com.android.providers.downloads.permission.tests" |
Brett Chabot | 8ccda76 | 2009-06-17 10:56:52 -0700 | [diff] [blame] | 481 | coverage_target="DownloadProvider" |
| 482 | continuous="true" /> |
Brett Chabot | 5de234e | 2009-06-15 13:04:58 -0700 | [diff] [blame] | 483 | |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 484 | <test name="email" |
| 485 | build_path="packages/apps/Email" |
| 486 | package="com.android.email.tests" |
| 487 | coverage_target="Email" |
| 488 | continuous="true" /> |
| 489 | |
| 490 | <test name="emailsmall" |
| 491 | build_path="packages/apps/Email" |
| 492 | package="com.android.email.tests" |
| 493 | class="com.android.email.SmallTests" |
| 494 | coverage_target="Email" /> |
| 495 | |
Marc Blank | b1bc3d8 | 2011-02-17 12:47:10 -0800 | [diff] [blame] | 496 | <test name="exchange" |
| 497 | build_path="packages/apps/Exchange" |
| 498 | package="com.android.exchange.tests" |
| 499 | coverage_target="Exchange" |
| 500 | continuous="true" /> |
| 501 | |
Brett Chabot | a3a8aeb | 2009-03-31 14:51:13 -0700 | [diff] [blame] | 502 | <test name="musicplayer" |
| 503 | build_path="packages/apps/Music" |
| 504 | package="com.android.music.tests" |
| 505 | runner=".MusicPlayerFunctionalTestRunner" |
Yu Shan Emily Lau | d17eb0b | 2009-04-09 13:55:00 -0700 | [diff] [blame] | 506 | coverage_target="Music" /> |
Brett Chabot | a3a8aeb | 2009-03-31 14:51:13 -0700 | [diff] [blame] | 507 | |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 508 | <test name="mms" |
| 509 | build_path="packages/apps/Mms" |
| 510 | package="com.android.mms.tests" |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 511 | coverage_target="Mms" /> |
| 512 | |
Nicolas Catania | 6f0366f | 2009-12-07 13:03:13 -0800 | [diff] [blame] | 513 | <!-- Unit tests for the phone application. --> |
| 514 | <test name="phone-unit" |
| 515 | build_path="packages/apps/Phone" |
| 516 | package="com.android.phone.tests" |
| 517 | continuous="true" |
| 518 | coverage_target="Phone" /> |
| 519 | |
Bryan Mawhinney | d75939d | 2010-02-05 17:17:13 +0000 | [diff] [blame] | 520 | <test name="quicksearchbox" |
| 521 | build_path="packages/apps/QuickSearchBox" |
| 522 | package="com.android.quicksearchbox.tests" |
Brett Chabot | 79a612b | 2010-04-05 16:37:59 -0700 | [diff] [blame] | 523 | coverage_target="QuickSearchBox" /> |
Bryan Mawhinney | d75939d | 2010-02-05 17:17:13 +0000 | [diff] [blame] | 524 | |
Brett Chabot | eec5042 | 2011-08-17 15:40:03 -0700 | [diff] [blame] | 525 | <test name="systemui" |
| 526 | build_path="frameworks/base/packages/SystemUI" |
| 527 | package="com.android.systemui.tests" |
| 528 | coverage_target="SystemUI" |
| 529 | continuous="true" |
| 530 | description="SystemUI tests" /> |
| 531 | |
Niko Catania | 2472866 | 2009-04-02 23:33:53 -0700 | [diff] [blame] | 532 | <!-- native tests --> |
Nicolas Catania | 18d7a4e | 2009-06-15 09:28:06 -0700 | [diff] [blame] | 533 | |
| 534 | <!-- Bionic C++ --> |
Niko Catania | 2472866 | 2009-04-02 23:33:53 -0700 | [diff] [blame] | 535 | <test-native name="libstdcpp" |
| 536 | build_path="system/extras/tests/bionic/libstdc++" |
Niko Catania | 55ebbc4 | 2009-04-03 14:13:05 -0700 | [diff] [blame] | 537 | description="Bionic libstdc++." |
Brett Chabot | 764d3fa | 2009-06-25 17:57:31 -0700 | [diff] [blame] | 538 | extra_build_args="BIONIC_TESTS=1" /> |
Niko Catania | 2472866 | 2009-04-02 23:33:53 -0700 | [diff] [blame] | 539 | |
Wei-Ta Chen | b515fb1 | 2009-05-28 13:42:14 -0700 | [diff] [blame] | 540 | <test-native name="libskia" |
| 541 | build_path="external/skia/tests" |
| 542 | description="Skia tests." /> |
| 543 | |
Nicolas Catania | 13a2fcf | 2010-02-10 22:40:39 -0800 | [diff] [blame] | 544 | <!-- Google Test --> |
Nicolas Catania | ff096c1 | 2009-05-01 11:55:36 -0700 | [diff] [blame] | 545 | <test-native name="gtest" |
| 546 | build_path="external/gtest" |
| 547 | description="Google test." |
Brett Chabot | 764d3fa | 2009-06-25 17:57:31 -0700 | [diff] [blame] | 548 | extra_build_args="GTEST_TESTS=1" /> |
Nicolas Catania | 13a2fcf | 2010-02-10 22:40:39 -0800 | [diff] [blame] | 549 | |
Nicolas Catania | 8595c94 | 2010-04-09 10:26:13 -0700 | [diff] [blame] | 550 | <!-- Libjingle --> |
| 551 | <test-native name="libjingle" |
| 552 | build_path="vendor/google/libraries/libjingle" |
| 553 | description="Libjingle." |
Brett Chabot | 8dc9eb8 | 2010-04-15 15:43:04 -0700 | [diff] [blame] | 554 | full_make="true" |
Nicolas Catania | 8595c94 | 2010-04-09 10:26:13 -0700 | [diff] [blame] | 555 | extra_build_args="LIBJINGLE_TESTS=1" /> |
| 556 | |
Brett Chabot | 764d3fa | 2009-06-25 17:57:31 -0700 | [diff] [blame] | 557 | <!-- host java tests --> |
Brett Chabot | 222c8a0 | 2009-07-10 12:39:26 -0400 | [diff] [blame] | 558 | <test-host name="cts-appsecurity" |
Brian Muramatsu | 83f4573 | 2012-03-08 11:50:17 -0800 | [diff] [blame] | 559 | build_path="cts/hostsidetests/appsecurity" |
Brett Chabot | 222c8a0 | 2009-07-10 12:39:26 -0400 | [diff] [blame] | 560 | class="com.android.cts.appsecurity.AppSecurityTests" |
| 561 | jar_name="CtsAppSecurityTests.jar" |
Brett Chabot | 4a5d9f1 | 2010-02-18 20:01:11 -0800 | [diff] [blame] | 562 | suite="cts" /> |
Brett Chabot | 764d3fa | 2009-06-25 17:57:31 -0700 | [diff] [blame] | 563 | |
Brett Chabot | c5ad47c | 2010-02-17 11:22:19 -0800 | [diff] [blame] | 564 | <test-host name="frameworks-core-host" |
| 565 | build_path="frameworks/base/core/tests/hosttests" |
| 566 | class="android.content.pm.PackageManagerHostTests" |
| 567 | jar_name="FrameworkCoreHostTests.jar" /> |
| 568 | |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 569 | </test-definitions> |