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-art-tests-list-user" />
18    <include name="mts-cellbroadcast-oem-tests-list" />
19    <include name="mts-conscrypt-tests-list" />
20    <include name="mts-core-tests-list" />
21    <include name="mts-dnsresolver-tests-list-user" />
22    <include name="mts-documentsUI-oem-tests-list" />
23    <include name="mts-documentsUI-usedapi-tests-list" />
24    <include name="mts-extservices-tests-list" />
25    <include name="mts-ipsec-tests-list" />
26    <include name="mts-media-tests-list" />
27    <include name="mts-mediaprovider-tests-list-user" />
28    <include name="mts-network-tests-list" />
29    <include name="mts-neuralnetworks-tests-list" />
30    <include name="mts-permission-tests-list-oem" />
31    <include name="mts-preload-verify-tests-list" />
32    <include name="mts-scheduling-tests-list" />
33    <include name="mts-sdkextensions-tests-list" />
34    <include name="mts-statsd-tests-list-user" />
35    <include name="mts-tethering-tests-list" />
36    <include name="mts-tzdata-tests-list" />
37    <include name="mts-wifi-oem-tests-list" />
38
39    <!-- Exclude Wifi GTS tests that cannot run on user build due to signature mismatch with GMSCore
40         TODO(b/158818152): remove once GTS tests can run on user build  -->
41    <option name="compatibility:exclude-filter" value="GtsGmscoreHostTestCases" />
42    <option name="compatibility:exclude-filter" value="GtsBackupHostTestCases" />
43
44    <!-- Exclude Statsd GTS tests that cannot run on user build due to signature mismatch with
45        GMSCore
46        TODO(b/158818152): remove once GTS tests can run on user build  -->
47    <option name="compatibility:exclude-filter" value="GtsStatsdHostTestCases" />
48
49    <!-- Exclude Permission GTS tests that cannot run on user build due to signature mismatch with
50        GMSCore
51        TODO(b/158818152): remove once GTS tests can run on user build  -->
52    <option name="compatibility:exclude-filter" value="GtsIncidentManagerTestCases" />
53</configuration>
54