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 of statsd MTS tests that need root access."> 17 <!-- Include libstats tests --> 18 <option name="compatibility:include-filter" value="libstatspull_test" /> 19 <option name="compatibility:include-filter" value="libstatssocket_test" /> 20 21 <!-- Include tests from statsd native device-tests --> 22 <option name="compatibility:include-filter" value="statsd_test" /> 23 24 <!-- Include framework statsd host tests --> 25 <!-- Exclude Statsd Framework Host tests until priv-app issue is resolved 26 TODO(b/222124237): remove once tests can run on userdebug build --> 27 <!-- <option name="compatibility:include-filter" value="FrameworkStatsdHostTest" /> --> 28 29 <!-- Enable MainlineTestModuleController. --> 30 <option name="compatibility:module-arg" value="libstatspull_test:enable:true" /> 31 <option name="compatibility:module-arg" value="libstatssocket_test:enable:true" /> 32 <option name="compatibility:module-arg" value="statsd_test:enable:true" /> 33 <!-- Exclude Statsd Framework Host tests until priv-app issue is resolved 34 TODO(b/222124237): remove once tests can run on userdebug build --> 35 <!-- <option name="compatibility:module-arg" value="FrameworkStatsdHostTest:enable:true" /> --> 36</configuration> 37