xref: /aosp_15_r20/test/mts/tools/mts-tradefed/res/config/mts-tests-list-user.xml (revision e550f067f2512f02cf6c74a0412042af34b73c2a)
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2020 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<configuration description="List all tests that do not need root access in active test plans.">
17    <include name="mts-adservices-tests-list" />
18    <include name="mts-appsearch-tests-list" />
19    <include name="mts-art-tests-list-user" />
20    <include name="mts-art-extra-tests-list-user" />
21    <include name="mts-cellbroadcast-oem-tests-list" />
22    <include name="mts-configinfrastructure-tests-list" />
23    <include name="mts-conscrypt-tests-list-user" />
24    <include name="mts-core-tests-list-user" />
25    <include name="mts-dnsresolver-tests-list-user" />
26    <!-- TODO: Enable when 25Q2 is next. include name="mts-crashrecovery-tests-list-user" / -->
27    <include name="mts-documentsUI-oem-tests-list" />
28    <include name="mts-documentsUI-usedapi-tests-list" />
29    <include name="mts-extservices-tests-list-user" />
30    <include name="mts-healthfitness-tests-list" />
31    <include name="mts-ipsec-tests-list" />
32    <include name="mts-media-tests-list" />
33    <include name="mts-mediaprovider-tests-list-user" />
34    <include name="mts-network-tests-list-user" />
35    <include name="mts-neuralnetworks-tests-list" />
36    <!-- TODO: Enable when 25Q2 is next. include name="mts-nfc-tests-list-user" / -->
37    <include name="mts-ondevicepersonalization-tests-list" />
38    <include name="mts-permission-tests-list-oem" />
39    <include name="mts-preload-verify-tests-list" />
40    <include name="mts-rkpd-tests-list-user" />
41    <include name="mts-scheduling-tests-list" />
42    <include name="mts-sdkextensions-tests-list" />
43    <include name="mts-statsd-tests-list-user" />
44    <include name="mts-tethering-tests-list-user" />
45    <include name="mts-tzdata-tests-list" />
46    <include name="mts-uwb-tests-list-user" />
47    <include name="mts-wifi-oem-tests-list" />
48
49    <!-- Exclude Wifi GTS tests that cannot run on user build due to signature mismatch with GMSCore
50         TODO(b/158818152): remove once GTS tests can run on user build  -->
51    <option name="compatibility:exclude-filter" value="GtsGmscoreHostTestCases" />
52    <option name="compatibility:exclude-filter" value="GtsBackupHostTestCases" />
53
54    <!-- Exclude Statsd GTS tests that cannot run on user build due to signature mismatch with
55        GMSCore
56        TODO(b/158818152): remove once GTS tests can run on user build  -->
57    <option name="compatibility:exclude-filter" value="GtsStatsdHostTestCases" />
58
59    <!-- Exclude Permission GTS tests that cannot run on user build due to signature mismatch with
60        GMSCore
61        TODO(b/158818152): remove once GTS tests can run on user build  -->
62    <option name="compatibility:exclude-filter" value="GtsIncidentManagerTestCases" />
63</configuration>
64