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" |
Jeremy Joslin | b344976 | 2017-02-06 13:01:09 -0800 | [diff] [blame] | 36 | runner="android.support.test.runner.AndroidJUnitRunner" |
Neal Nguyen | adce566 | 2010-01-14 14:13:37 -0800 | [diff] [blame] | 37 | coverage_target="framework" |
| 38 | continuous="true" /> |
| 39 | |
Lorenzo Colitti | 5439831 | 2016-10-28 17:13:20 +0900 | [diff] [blame] | 40 | <test name="frameworks-net" |
| 41 | build_path="frameworks/base/tests/net" |
| 42 | package="com.android.frameworks.tests.net" |
| 43 | runner="android.support.test.runner.AndroidJUnitRunner" |
| 44 | coverage_target="framework" |
| 45 | continuous = "true" /> |
| 46 | |
Xia Wang | 991ffd7 | 2010-06-29 14:59:26 -0700 | [diff] [blame] | 47 | <!-- will not run in the continuous test as it needs both Wifi & 3G --> |
| 48 | <test name="frameworks-connectivity" |
| 49 | build_path="frameworks/base/core/tests/ConnectivityManagerTest/" |
| 50 | package="com.android.connectivitymanagertest" |
| 51 | runner=".ConnectivityManagerUnitTestRunner" |
| 52 | coverage_target="framework" /> |
| 53 | |
Neal Nguyen | 04bcaad | 2010-01-25 15:33:21 -0800 | [diff] [blame] | 54 | <test name="frameworks-graphics" |
| 55 | build_path="frameworks/base/graphics/tests/graphicstests" |
| 56 | package="com.android.frameworks.graphicstests" |
| 57 | coverage_target="framework" |
| 58 | continuous="true" /> |
| 59 | |
Neal Nguyen | adce566 | 2010-01-14 14:13:37 -0800 | [diff] [blame] | 60 | <test name="frameworks-location" |
| 61 | build_path="frameworks/base/location/tests/locationtests" |
| 62 | package="com.android.frameworks.locationtests" |
tccyp | 54f0460 | 2017-11-15 14:00:21 -0800 | [diff] [blame] | 63 | runner="android.support.test.runner.AndroidJUnitRunner" |
Neal Nguyen | adce566 | 2010-01-14 14:13:37 -0800 | [diff] [blame] | 64 | coverage_target="framework" |
| 65 | continuous="true" /> |
| 66 | |
Neal Nguyen | 04bcaad | 2010-01-25 15:33:21 -0800 | [diff] [blame] | 67 | <test name="frameworks-sax" |
| 68 | build_path="frameworks/base/sax/tests/saxtests" |
| 69 | package="com.android.frameworks.saxtests" |
| 70 | coverage_target="framework" |
| 71 | continuous="true" /> |
| 72 | |
Neal Nguyen | d538def | 2010-02-02 17:12:22 -0800 | [diff] [blame] | 73 | <test name="frameworks-services" |
| 74 | build_path="frameworks/base/services/tests/servicestests" |
| 75 | package="com.android.frameworks.servicestests" |
Christopher Wiley | 00d6fa7 | 2016-05-18 12:26:02 -0700 | [diff] [blame] | 76 | runner="android.support.test.runner.AndroidJUnitRunner" |
Neal Nguyen | d538def | 2010-02-02 17:12:22 -0800 | [diff] [blame] | 77 | coverage_target="framework" |
| 78 | continuous="true" /> |
| 79 | |
Neal Nguyen | adce566 | 2010-01-14 14:13:37 -0800 | [diff] [blame] | 80 | <test name="frameworks-telephony" |
Jake Hamby | e8d4078 | 2012-07-19 12:31:30 -0700 | [diff] [blame] | 81 | build_path="frameworks/opt/telephony/tests/telephonytests" |
Neal Nguyen | adce566 | 2010-01-14 14:13:37 -0800 | [diff] [blame] | 82 | package="com.android.frameworks.telephonytests" |
Naveen Kalla | 2ab9390 | 2016-07-18 13:38:08 -0700 | [diff] [blame] | 83 | runner="android.support.test.runner.AndroidJUnitRunner" |
Neal Nguyen | adce566 | 2010-01-14 14:13:37 -0800 | [diff] [blame] | 84 | coverage_target="framework" |
| 85 | continuous="true" /> |
| 86 | |
Lorenzo Colitti | e02265e | 2016-02-19 14:28:49 +0900 | [diff] [blame] | 87 | <test name="frameworks-util" |
| 88 | build_path="frameworks/base/core/tests/utiltests" |
| 89 | package="com.android.frameworks.utiltests" |
| 90 | runner="android.support.test.runner.AndroidJUnitRunner" |
| 91 | continuous="true" /> |
| 92 | |
Mitchell Wills | 93178d7 | 2015-12-02 17:53:55 -0800 | [diff] [blame] | 93 | <test name="frameworks-wifi" |
| 94 | build_path="frameworks/opt/net/wifi/tests/wifitests" |
| 95 | package="com.android.server.wifi.test" |
| 96 | runner="android.support.test.runner.AndroidJUnitRunner" |
| 97 | coverage_target="framework" |
| 98 | continuous="true" /> |
| 99 | |
Brett Chabot | 0145eaf | 2010-02-18 18:55:11 -0800 | [diff] [blame] | 100 | <test name="frameworks-testrunner" |
Brett Chabot | 786f4db | 2010-02-20 20:07:38 -0800 | [diff] [blame] | 101 | build_path="frameworks/base/test-runner" |
Brett Chabot | 0145eaf | 2010-02-18 18:55:11 -0800 | [diff] [blame] | 102 | package="com.android.frameworks.testrunner.tests" |
Brett Chabot | 786f4db | 2010-02-20 20:07:38 -0800 | [diff] [blame] | 103 | coverage_target="android.test.runner" |
Brett Chabot | 0145eaf | 2010-02-18 18:55:11 -0800 | [diff] [blame] | 104 | continuous="true" /> |
| 105 | |
Neal Nguyen | 04bcaad | 2010-01-25 15:33:21 -0800 | [diff] [blame] | 106 | <test name="frameworks-vpn" |
| 107 | build_path="frameworks/base/vpn/tests/vpntests" |
| 108 | package="com.android.frameworks.vpntests" |
| 109 | coverage_target="framework" |
| 110 | continuous="true" /> |
| 111 | |
Jeff Sharkey | 39ffbcc | 2013-05-30 14:27:32 -0700 | [diff] [blame] | 112 | <test name="frameworks-support" |
| 113 | build_path="frameworks/support/tests" |
| 114 | package="android.support.tests" |
Jeff Sharkey | 01ae453 | 2013-03-07 21:21:13 -0800 | [diff] [blame] | 115 | continuous="true" /> |
| 116 | |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 117 | <test name="core" |
| 118 | build_path="frameworks/base/tests/CoreTests" |
| 119 | package="android.core" |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 120 | coverage_target="framework" |
| 121 | continuous="true" /> |
| 122 | |
Chung-yih Wang | 84dcb45 | 2009-09-29 11:27:11 +0800 | [diff] [blame] | 123 | <test name="keystore-unit" |
| 124 | build_path="frameworks/base/keystore/tests" |
| 125 | package="android.security.tests" |
Chung-yih Wang | 84dcb45 | 2009-09-29 11:27:11 +0800 | [diff] [blame] | 126 | coverage_target="framework" |
| 127 | continuous="true" /> |
| 128 | |
The Android Open Source Project | 6ffae01 | 2009-03-18 17:39:43 -0700 | [diff] [blame] | 129 | <test name="imf" |
| 130 | build_path="frameworks/base/tests/ImfTest" |
| 131 | package="com.android.imftest.tests" |
| 132 | coverage_target="framework" |
| 133 | continuous="true" /> |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 134 | |
Brett Chabot | 2e1ac5d | 2009-06-15 10:46:49 -0700 | [diff] [blame] | 135 | <test name="framework-permission" |
| 136 | build_path="frameworks/base/tests/permission" |
| 137 | package="com.android.framework.permission.tests" |
| 138 | runner="android.test.InstrumentationTestRunner" |
| 139 | coverage_target="framework" |
Brett Chabot | 8ccda76 | 2009-06-17 10:56:52 -0700 | [diff] [blame] | 140 | continuous="true" /> |
Brett Chabot | 2e1ac5d | 2009-06-15 10:46:49 -0700 | [diff] [blame] | 141 | |
Brett Chabot | 8c63b97 | 2010-04-05 12:19:17 -0700 | [diff] [blame] | 142 | <test name="android-common" |
Dan Egnor | e970b3d | 2009-11-18 12:05:35 -0800 | [diff] [blame] | 143 | build_path="frameworks/base/common/tests" |
Brett Chabot | f692a04 | 2010-04-02 08:50:02 -0700 | [diff] [blame] | 144 | package="com.android.common.tests" |
| 145 | coverage_target="framework" |
| 146 | continuous="true" /> |
Dan Egnor | e970b3d | 2009-11-18 12:05:35 -0800 | [diff] [blame] | 147 | |
Michal Karpinski | 2859eb9 | 2017-06-19 12:58:59 +0100 | [diff] [blame] | 148 | <test name="android-common-ex" |
| 149 | build_path="frameworks/ex/common/tests" |
| 150 | package="com.android.common.tests" |
| 151 | coverage_target="framework" |
| 152 | continuous="true" /> |
| 153 | |
Hugo Hudson | 35cf07a | 2011-07-26 00:17:05 +0100 | [diff] [blame] | 154 | <test name="ex-variablespeed" |
| 155 | build_path="frameworks/ex/variablespeed/tests" |
| 156 | package="com.android.ex.variablespeed.tests" |
| 157 | coverage_target="framework" |
| 158 | continuous="true" |
| 159 | description="Framework variable speed audio tests" /> |
| 160 | |
Jeff Brown | 6ec6d98 | 2012-04-06 14:50:23 -0700 | [diff] [blame] | 161 | <test-native name="libandroidfw" |
| 162 | build_path="frameworks/base/libs/androidfw/tests" |
| 163 | description="Framework libandroidfw unit tests." /> |
Jeff Brown | ec5b11b | 2010-06-13 20:09:33 -0700 | [diff] [blame] | 164 | |
Jeff Brown | 55ecde5 | 2011-01-02 21:34:53 -0800 | [diff] [blame] | 165 | <test-native name="libinput" |
Jeff Brown | 1190c0f | 2013-07-01 19:27:30 -0700 | [diff] [blame] | 166 | build_path="frameworks/native/libs/input/tests" |
Jeff Brown | 55ecde5 | 2011-01-02 21:34:53 -0800 | [diff] [blame] | 167 | description="Framework libinput unit tests." /> |
| 168 | |
Jeff Brown | 1190c0f | 2013-07-01 19:27:30 -0700 | [diff] [blame] | 169 | <test-native name="libinputservice" |
| 170 | build_path="frameworks/base/services/input/tests" |
| 171 | description="Framework libinputservice unit tests." /> |
| 172 | |
Jeff Sharkey | 2753baa | 2012-02-14 17:30:01 -0800 | [diff] [blame] | 173 | <test name="volley" |
| 174 | build_path="frameworks/support/volley/tests" |
| 175 | package="com.android.volley.tests" |
| 176 | continuous="true" /> |
| 177 | |
Chad Brubaker | ec4080c | 2016-08-22 12:05:15 -0700 | [diff] [blame] | 178 | <test name="networksecurityconfig" |
| 179 | build_path="frameworks/base/tests/NetworkSecurityConfigTest" |
| 180 | package="android.security.net.config" |
| 181 | coverage_target="framework" |
| 182 | description="Android network security config tests." /> |
| 183 | |
Brett Chabot | a6f3b0a | 2010-04-01 18:38:31 -0700 | [diff] [blame] | 184 | <!-- end of framework tests --> |
| 185 | |
| 186 | <!-- media framework tests --> |
| 187 | <test name="media" |
| 188 | build_path="frameworks/base/media/tests/MediaFrameworkTest" |
| 189 | package="com.android.mediaframeworktest" |
| 190 | runner=".MediaFrameworkTestRunner" |
| 191 | coverage_target="framework" |
| 192 | continuous="true" /> |
| 193 | |
| 194 | <test name="mediaapitest" |
| 195 | build_path="frameworks/base/media/tests/MediaFrameworkTest" |
| 196 | package="com.android.mediaframeworktest" |
| 197 | class="com.android.mediaframeworktest.functional.MediaPlayerApiTest" |
| 198 | runner=".MediaFrameworkTestRunner" |
| 199 | coverage_target="framework" /> |
| 200 | |
| 201 | <test name="mediarecordertest" |
| 202 | build_path="frameworks/base/media/tests/MediaFrameworkTest" |
| 203 | package="com.android.mediaframeworktest" |
| 204 | class="com.android.mediaframeworktest.functional.MediaRecorderTest" |
| 205 | runner=".MediaFrameworkTestRunner" |
| 206 | coverage_target="framework" /> |
| 207 | |
| 208 | <test name="mediastresstest" |
| 209 | build_path="frameworks/base/media/tests/MediaFrameworkTest" |
| 210 | package="com.android.mediaframeworktest" |
| 211 | runner=".MediaRecorderStressTestRunner" |
| 212 | coverage_target="framework" /> |
| 213 | |
| 214 | <test name="mediamemorystress" |
| 215 | build_path="frameworks/base/media/tests/MediaFrameworkTest" |
| 216 | package="com.android.mediaframeworktest" |
| 217 | runner=".MediaFrameworkPerfTestRunner" |
| 218 | coverage_target="framework" /> |
| 219 | |
| 220 | <test name="mediaunit" |
| 221 | build_path="frameworks/base/media/tests/MediaFrameworkTest" |
| 222 | package="com.android.mediaframeworktest" |
| 223 | runner=".MediaFrameworkUnitTestRunner" |
| 224 | coverage_target="framework" /> |
| 225 | |
Igor Murashkin | 9fa45c0 | 2013-06-03 11:33:03 -0700 | [diff] [blame] | 226 | <test name="mediaintegrationtest" |
| 227 | build_path="frameworks/base/media/tests/MediaFrameworkTest" |
| 228 | package="com.android.mediaframeworktest" |
| 229 | runner=".MediaFrameworkIntegrationTestRunner" |
| 230 | coverage_target="framework" /> |
| 231 | |
Yu Shan Emily Lau | b152b93 | 2013-04-12 17:27:15 -0700 | [diff] [blame] | 232 | <test-native name="camera-client-native" |
| 233 | build_path="frameworks/av/camera/tests/" |
| 234 | description="Camera client native tests." /> |
| 235 | |
| 236 | <test-native name="camera-hal2-native" |
| 237 | build_path="hardware/libhardware/tests/camera2" |
| 238 | description="Camera hal2 native tests." /> |
Brett Chabot | a6f3b0a | 2010-04-01 18:38:31 -0700 | [diff] [blame] | 239 | <!-- end of media framework tests --> |
| 240 | |
| 241 | <!-- targeted framework tests --> |
| 242 | <test name="account" |
| 243 | build_path="frameworks/base/core/tests/coretests" |
| 244 | package="com.android.frameworks.coretests" |
| 245 | class="android.accounts.AccountManagerServiceTest" |
| 246 | coverage_target="framework" /> |
| 247 | |
| 248 | <test name="smoke" |
| 249 | build_path="frameworks/base/tests/SmokeTest" |
| 250 | package="com.android.smoketest.tests" |
| 251 | coverage_target="framework" |
| 252 | continuous="true" /> |
| 253 | |
| 254 | <test name="launchperf" |
| 255 | build_path="development/apps/launchperf" |
| 256 | package="com.android.launchperf" |
| 257 | runner=".SimpleActivityLaunchPerformance" |
| 258 | coverage_target="framework" /> |
| 259 | |
| 260 | <test name="contentprovideroperation" |
| 261 | build_path="frameworks/base/core/tests/coretests" |
| 262 | package="com.android.frameworks.coretests" |
| 263 | class="android.content.ContentProviderOperationTest" |
| 264 | coverage_target="framework" /> |
| 265 | |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 266 | <!-- selected app tests --> |
Brett Chabot | a6f3b0a | 2010-04-01 18:38:31 -0700 | [diff] [blame] | 267 | <test name="apidemos" |
| 268 | build_path="development/samples/ApiDemos" |
| 269 | package="com.example.android.apis.tests" /> |
| 270 | |
Ajay Panicker | 5d1f72e | 2016-10-21 12:15:04 -0700 | [diff] [blame] | 271 | <test name="bluetooth" |
Jack He | 3b59d2f | 2017-11-07 21:58:43 -0800 | [diff] [blame] | 272 | build_path="packages/apps/Bluetooth/tests/unit" |
Ajay Panicker | 5d1f72e | 2016-10-21 12:15:04 -0700 | [diff] [blame] | 273 | package="com.android.bluetooth.tests" |
| 274 | runner="android.support.test.runner.AndroidJUnitRunner" |
| 275 | continuous="true" /> |
| 276 | |
Guang Zhu | cf02f24 | 2010-06-21 16:55:00 -0700 | [diff] [blame] | 277 | <test name="calculator" |
| 278 | build_path="packages/apps/Calculator" |
| 279 | package="com.android.calculator2.tests" |
Guang Zhu | b7d67e6 | 2010-12-06 14:09:11 -0800 | [diff] [blame] | 280 | coverage_target="Calculator" |
| 281 | continuous="true" /> |
Guang Zhu | cf02f24 | 2010-06-21 16:55:00 -0700 | [diff] [blame] | 282 | |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 283 | <test name="calendar" |
Swarna Kumar | 3bf043f | 2010-03-22 15:38:22 -0700 | [diff] [blame] | 284 | build_path="packages/apps/Calendar" |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 285 | package="com.android.calendar.tests" |
| 286 | coverage_target="Calendar" |
| 287 | continuous="true" /> |
| 288 | |
| 289 | <test name="calprov" |
Swarna Kumar | 3bf043f | 2010-03-22 15:38:22 -0700 | [diff] [blame] | 290 | build_path="packages/providers/CalendarProvider" |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 291 | package="com.android.providers.calendar.tests" |
Swarna Kumar | 8aca5b8 | 2009-07-30 15:03:25 -0700 | [diff] [blame] | 292 | coverage_target="CalendarProvider" |
| 293 | continuous="true" /> |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 294 | |
Yu Shan Emily Lau | 9ba4eff | 2012-02-23 15:39:52 -0800 | [diff] [blame] | 295 | <test name="camera-functional" |
Jason Noguchi | b707698 | 2012-02-16 18:41:56 -0800 | [diff] [blame] | 296 | build_path="packages/apps/Camera" |
Yu Shan Emily Lau | 9ba4eff | 2012-02-23 15:39:52 -0800 | [diff] [blame] | 297 | package="com.google.android.camera.tests" |
| 298 | runner="com.android.camera.CameraTestRunner" |
Jason Noguchi | b707698 | 2012-02-16 18:41:56 -0800 | [diff] [blame] | 299 | coverage_target="Camera" |
Yu Shan Emily Lau | 9ba4eff | 2012-02-23 15:39:52 -0800 | [diff] [blame] | 300 | description="Camera functional test" |
Jason Noguchi | b707698 | 2012-02-16 18:41:56 -0800 | [diff] [blame] | 301 | continuous="true" /> |
| 302 | |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 303 | <test name="contactsprov" |
Swarna Kumar | 3bf043f | 2010-03-22 15:38:22 -0700 | [diff] [blame] | 304 | build_path="packages/providers/ContactsProvider" |
Omari Stephens | a341046 | 2009-09-02 13:01:11 -0700 | [diff] [blame] | 305 | package="com.android.providers.contacts.tests" |
Omari Stephens | 17a9df5 | 2009-09-29 14:16:07 -0700 | [diff] [blame] | 306 | coverage_target="ContactsProvider" |
| 307 | continuous="true" /> |
Omari Stephens | a341046 | 2009-09-02 13:01:11 -0700 | [diff] [blame] | 308 | |
Nicolas Catania | f8f452c | 2009-09-25 16:30:09 -0700 | [diff] [blame] | 309 | <test name="contacts" |
| 310 | build_path="packages/apps/Contacts" |
| 311 | package="com.android.contacts.tests" |
| 312 | runner="android.test.InstrumentationTestRunner" |
| 313 | coverage_target="Contacts" |
Omari Stephens | 17a9df5 | 2009-09-29 14:16:07 -0700 | [diff] [blame] | 314 | description="Tests for the Contacts app." |
| 315 | continuous="true" /> |
Nicolas Catania | f8f452c | 2009-09-25 16:30:09 -0700 | [diff] [blame] | 316 | |
Brett Chabot | cf87c98 | 2009-11-12 11:47:16 -0800 | [diff] [blame] | 317 | <test name="contacts-launch" |
| 318 | build_path="packages/apps/Contacts" |
| 319 | package="com.android.contacts.tests" |
| 320 | runner="com.android.contacts.ContactsLaunchPerformance" |
| 321 | description="Launch performance for Contacts." /> |
| 322 | |
Santos Cordon | ddd7ea4 | 2013-03-19 12:08:05 -0700 | [diff] [blame] | 323 | <test name="dialer" |
| 324 | build_path="packages/apps/Dialer" |
| 325 | package="com.android.dialer.tests" |
| 326 | runner="android.test.InstrumentationTestRunner" |
| 327 | coverage_target="Dialer" |
| 328 | description="Tests for the Dialer app." |
| 329 | continuous="true" /> |
| 330 | |
Victor Chang | 126f40c | 2016-08-18 19:55:19 +0100 | [diff] [blame] | 331 | <test name="managed-provisioning" |
| 332 | build_path="packages/apps/ManagedProvisioning/tests" |
| 333 | package="com.android.managedprovisioning.tests" |
| 334 | runner="com.android.managedprovisioning.TestInstrumentationRunner" |
| 335 | coverage_target="ManagedProvisioning" |
| 336 | description="Tests for the ManagedProvisioning app." |
| 337 | continuous="true" /> |
| 338 | |
Jeff Sharkey | 7476775 | 2011-10-12 13:45:25 -0700 | [diff] [blame] | 339 | <test name="downloadprovider" |
| 340 | build_path="packages/providers/DownloadProvider/tests" |
| 341 | package="com.android.providers.downloads.tests" |
| 342 | coverage_target="DownloadProvider" |
| 343 | continuous="true" /> |
| 344 | |
Brett Chabot | 5de234e | 2009-06-15 13:04:58 -0700 | [diff] [blame] | 345 | <test name="downloadprovider-permission" |
| 346 | build_path="packages/providers/DownloadProvider/tests/permission" |
| 347 | package="com.android.providers.downloads.permission.tests" |
Brett Chabot | 8ccda76 | 2009-06-17 10:56:52 -0700 | [diff] [blame] | 348 | coverage_target="DownloadProvider" |
| 349 | continuous="true" /> |
Brett Chabot | 5de234e | 2009-06-15 13:04:58 -0700 | [diff] [blame] | 350 | |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 351 | <test name="email" |
| 352 | build_path="packages/apps/Email" |
| 353 | package="com.android.email.tests" |
| 354 | coverage_target="Email" |
| 355 | continuous="true" /> |
| 356 | |
| 357 | <test name="emailsmall" |
| 358 | build_path="packages/apps/Email" |
| 359 | package="com.android.email.tests" |
| 360 | class="com.android.email.SmallTests" |
| 361 | coverage_target="Email" /> |
| 362 | |
Marc Blank | b1bc3d8 | 2011-02-17 12:47:10 -0800 | [diff] [blame] | 363 | <test name="exchange" |
| 364 | build_path="packages/apps/Exchange" |
| 365 | package="com.android.exchange.tests" |
| 366 | coverage_target="Exchange" |
| 367 | continuous="true" /> |
| 368 | |
Brett Chabot | a3a8aeb | 2009-03-31 14:51:13 -0700 | [diff] [blame] | 369 | <test name="musicplayer" |
| 370 | build_path="packages/apps/Music" |
| 371 | package="com.android.music.tests" |
| 372 | runner=".MusicPlayerFunctionalTestRunner" |
Yu Shan Emily Lau | d17eb0b | 2009-04-09 13:55:00 -0700 | [diff] [blame] | 373 | coverage_target="Music" /> |
Brett Chabot | a3a8aeb | 2009-03-31 14:51:13 -0700 | [diff] [blame] | 374 | |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 375 | <test name="mms" |
| 376 | build_path="packages/apps/Mms" |
| 377 | package="com.android.mms.tests" |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 378 | coverage_target="Mms" /> |
| 379 | |
Nicolas Catania | 6f0366f | 2009-12-07 13:03:13 -0800 | [diff] [blame] | 380 | <!-- Unit tests for the phone application. --> |
| 381 | <test name="phone-unit" |
Santos Cordon | 70939ca | 2013-12-12 18:39:22 -0800 | [diff] [blame] | 382 | build_path="packages/services/Telephony" |
Nicolas Catania | 6f0366f | 2009-12-07 13:03:13 -0800 | [diff] [blame] | 383 | package="com.android.phone.tests" |
| 384 | continuous="true" |
| 385 | coverage_target="Phone" /> |
| 386 | |
Jonathan Basseri | 9810854 | 2015-07-09 11:32:51 -0700 | [diff] [blame] | 387 | <test name="carrierconfig-unit" |
| 388 | build_path="packages/apps/CarrierConfig" |
| 389 | package="com.android.carrierconfig.tests" |
| 390 | continuous="true" |
| 391 | coverage_target="Phone" |
| 392 | description="Tests for default carrier config app" /> |
| 393 | |
Santos Cordon | 4e0ad8f | 2015-05-21 12:25:05 -0700 | [diff] [blame] | 394 | <test name="telecom-unit" |
Santos Cordon | 70939ca | 2013-12-12 18:39:22 -0800 | [diff] [blame] | 395 | build_path="packages/services/Telecomm" |
Tyler Gunn | 2e4aa79 | 2014-09-12 09:19:08 -0700 | [diff] [blame] | 396 | package="com.android.server.telecom.tests" |
Santos Cordon | 70939ca | 2013-12-12 18:39:22 -0800 | [diff] [blame] | 397 | continuous="true" |
| 398 | coverage_target="Phone" /> |
| 399 | |
Bryan Mawhinney | d75939d | 2010-02-05 17:17:13 +0000 | [diff] [blame] | 400 | <test name="quicksearchbox" |
| 401 | build_path="packages/apps/QuickSearchBox" |
| 402 | package="com.android.quicksearchbox.tests" |
Brett Chabot | 79a612b | 2010-04-05 16:37:59 -0700 | [diff] [blame] | 403 | coverage_target="QuickSearchBox" /> |
Bryan Mawhinney | d75939d | 2010-02-05 17:17:13 +0000 | [diff] [blame] | 404 | |
Brett Chabot | eec5042 | 2011-08-17 15:40:03 -0700 | [diff] [blame] | 405 | <test name="systemui" |
Geoffrey Pitsch | 251ae64 | 2016-08-18 11:36:37 -0400 | [diff] [blame] | 406 | build_path="frameworks/base/packages/SystemUI/tests" |
Brett Chabot | eec5042 | 2011-08-17 15:40:03 -0700 | [diff] [blame] | 407 | package="com.android.systemui.tests" |
| 408 | coverage_target="SystemUI" |
Jason Monk | f5c03e6 | 2017-06-27 13:13:14 -0400 | [diff] [blame] | 409 | runner="android.testing.TestableInstrumentation" |
Brett Chabot | eec5042 | 2011-08-17 15:40:03 -0700 | [diff] [blame] | 410 | continuous="true" |
| 411 | description="SystemUI tests" /> |
| 412 | |
Jorim Jaggi | fd16ae9 | 2016-10-11 14:32:25 +0200 | [diff] [blame] | 413 | <test name="systemui-jank" |
| 414 | build_path="platform_testing/tests/jank/UbSystemUiJankTests" |
| 415 | package="android.platform.systemui.tests.jank" |
Jorim Jaggi | 13cd679 | 2018-01-24 00:55:13 +0100 | [diff] [blame] | 416 | runner="android.support.test.runner.AndroidJUnitRunner " |
Jorim Jaggi | fd16ae9 | 2016-10-11 14:32:25 +0200 | [diff] [blame] | 417 | continuous="true" |
| 418 | description="SystemUI jank tests" /> |
| 419 | |
Geoffrey Pitsch | 2993857 | 2016-11-07 11:20:25 -0500 | [diff] [blame] | 420 | <test name="systemui-notification" |
Jason Monk | ab19094 | 2017-12-06 12:52:41 -0500 | [diff] [blame] | 421 | build_path="frameworks/base/services/tests/uiservicestests" |
| 422 | package="com.android.frameworks.tests.uiservices" |
Jason Monk | f5c03e6 | 2017-06-27 13:13:14 -0400 | [diff] [blame] | 423 | runner="android.testing.TestableInstrumentation" |
Geoffrey Pitsch | 2993857 | 2016-11-07 11:20:25 -0500 | [diff] [blame] | 424 | continuous="true" |
Jason Monk | ab19094 | 2017-12-06 12:52:41 -0500 | [diff] [blame] | 425 | description="SystemUI Services tests" /> |
Geoffrey Pitsch | 2993857 | 2016-11-07 11:20:25 -0500 | [diff] [blame] | 426 | |
Chris Wren | 4278dfb | 2016-10-25 17:09:39 -0400 | [diff] [blame] | 427 | <test name="systemui-functional-notification" |
| 428 | build_path="platform_testing/tests/functional/notificationtests" |
| 429 | package="com.android.notification.functional" |
| 430 | runner="android.support.test.runner.AndroidJUnitRunner" |
| 431 | continuous="true" |
| 432 | description="SystemUI functional notification tests" /> |
| 433 | |
Jorim Jaggi | a03dff5 | 2016-10-11 16:27:00 +0200 | [diff] [blame] | 434 | <test name="apptransition-perf" |
| 435 | build_path="platform_testing/tests/perf/PerfTransitionTest" |
| 436 | package="com.android.apptransition.tests" |
| 437 | runner="android.support.test.runner.AndroidJUnitRunner" |
| 438 | continuous="true" |
| 439 | description="App transition latency and other latency tests" /> |
| 440 | |
Jeff Sharkey | 34c8fae | 2013-09-06 13:56:45 -0700 | [diff] [blame] | 441 | <test name="documentsui" |
| 442 | build_path="frameworks/base/packages/DocumentsUI/tests" |
| 443 | package="com.android.documentsui.tests" |
| 444 | coverage_target="DocumentsUI" |
| 445 | continuous="true" |
| 446 | description="DocumentsUI tests" /> |
| 447 | |
Niko Catania | 2472866 | 2009-04-02 23:33:53 -0700 | [diff] [blame] | 448 | <!-- native tests --> |
Nicolas Catania | 18d7a4e | 2009-06-15 09:28:06 -0700 | [diff] [blame] | 449 | |
| 450 | <!-- Bionic C++ --> |
Niko Catania | 2472866 | 2009-04-02 23:33:53 -0700 | [diff] [blame] | 451 | <test-native name="libstdcpp" |
| 452 | build_path="system/extras/tests/bionic/libstdc++" |
Niko Catania | 55ebbc4 | 2009-04-03 14:13:05 -0700 | [diff] [blame] | 453 | description="Bionic libstdc++." |
Brett Chabot | 764d3fa | 2009-06-25 17:57:31 -0700 | [diff] [blame] | 454 | extra_build_args="BIONIC_TESTS=1" /> |
Niko Catania | 2472866 | 2009-04-02 23:33:53 -0700 | [diff] [blame] | 455 | |
Wei-Ta Chen | b515fb1 | 2009-05-28 13:42:14 -0700 | [diff] [blame] | 456 | <test-native name="libskia" |
| 457 | build_path="external/skia/tests" |
| 458 | description="Skia tests." /> |
| 459 | |
Nicolas Catania | 13a2fcf | 2010-02-10 22:40:39 -0800 | [diff] [blame] | 460 | <!-- Google Test --> |
Nicolas Catania | ff096c1 | 2009-05-01 11:55:36 -0700 | [diff] [blame] | 461 | <test-native name="gtest" |
| 462 | build_path="external/gtest" |
| 463 | description="Google test." |
Brett Chabot | 764d3fa | 2009-06-25 17:57:31 -0700 | [diff] [blame] | 464 | extra_build_args="GTEST_TESTS=1" /> |
Nicolas Catania | 13a2fcf | 2010-02-10 22:40:39 -0800 | [diff] [blame] | 465 | |
Lorenzo Colitti | 791bef5 | 2014-02-22 01:56:46 +0900 | [diff] [blame] | 466 | <!-- clatd --> |
| 467 | <test-native name="clatd" |
| 468 | build_path="external/android-clat" |
| 469 | description="clatd unit tests." /> |
| 470 | |
Nicolas Catania | 8595c94 | 2010-04-09 10:26:13 -0700 | [diff] [blame] | 471 | <!-- Libjingle --> |
| 472 | <test-native name="libjingle" |
| 473 | build_path="vendor/google/libraries/libjingle" |
| 474 | description="Libjingle." |
Brett Chabot | 8dc9eb8 | 2010-04-15 15:43:04 -0700 | [diff] [blame] | 475 | full_make="true" |
Nicolas Catania | 8595c94 | 2010-04-09 10:26:13 -0700 | [diff] [blame] | 476 | extra_build_args="LIBJINGLE_TESTS=1" /> |
| 477 | |
Brett Chabot | 764d3fa | 2009-06-25 17:57:31 -0700 | [diff] [blame] | 478 | <!-- host java tests --> |
Brett Chabot | c5ad47c | 2010-02-17 11:22:19 -0800 | [diff] [blame] | 479 | <test-host name="frameworks-core-host" |
| 480 | build_path="frameworks/base/core/tests/hosttests" |
| 481 | class="android.content.pm.PackageManagerHostTests" |
| 482 | jar_name="FrameworkCoreHostTests.jar" /> |
| 483 | |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 484 | </test-definitions> |