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 MTS tethering tests that do not need root acccess"> 17 18 <option name="compatibility:include-filter" value="CtsNetTestCases" /> 19 <option name="compatibility:include-filter" value="CtsNetTestCasesMaxTargetSdk33" /> 20 <option name="compatibility:include-filter" value="CtsNetTestCasesMaxTargetSdk31" /> 21 <option name="compatibility:include-filter" value="CtsNetTestCasesMaxTargetSdk30" /> 22 <option name="compatibility:include-filter" value="MtsTetheringTestLatestSdk" /> 23 <option name="compatibility:include-filter" value="CtsTetheringTest" /> 24 <!-- Do not include NetworkStack module-specific tests as Connectivity MTS may not run 25 with the latest version of that module installed --> 26 <option name="compatibility:module-arg" 27 value="CtsNetTestCases:exclude-annotation:com.android.testutils.NetworkStackModuleTest" /> 28 <option name="compatibility:module-arg" 29 value="CtsNetTestCasesMaxTargetSdk33:exclude-annotation:com.android.testutils.NetworkStackModuleTest" /> 30 <option name="compatibility:module-arg" 31 value="CtsNetTestCasesMaxTargetSdk31:exclude-annotation:com.android.testutils.NetworkStackModuleTest" /> 32 <option name="compatibility:module-arg" 33 value="CtsNetTestCasesMaxTargetSdk30:exclude-annotation:com.android.testutils.NetworkStackModuleTest" /> 34 <option name="compatibility:module-arg" 35 value="MtsTetheringTestLatestSdk:exclude-annotation:com.android.testutils.NetworkStackModuleTest" /> 36 <option name="compatibility:module-arg" 37 value="CtsTetheringTest:exclude-annotation:com.android.testutils.NetworkStackModuleTest" /> 38 <option name="compatibility:include-filter" value="NearbyUnitTests" /> 39 <option name="compatibility:include-filter" value="CtsNearbyFastPairTestCases" /> 40 <option name="compatibility:include-filter" value="CtsNetHttpTestCases" /> 41 <option name="compatibility:include-filter" value="ThreadNetworkUnitTests" /> 42 <option name="compatibility:include-filter" value="CtsThreadNetworkTestCases" /> 43 44 <!-- Enable tethering MTS tests to use MainlineTestModuleController --> 45 <option name="compatibility:module-arg" value="CtsNetTestCases:enable:true" /> 46 <option name="compatibility:module-arg" value="CtsNetTestCasesMaxTargetSdk33:enable:true" /> 47 <option name="compatibility:module-arg" value="CtsNetTestCasesMaxTargetSdk31:enable:true" /> 48 <option name="compatibility:module-arg" value="CtsNetTestCasesMaxTargetSdk30:enable:true" /> 49 <option name="compatibility:module-arg" value="MtsTetheringTestLatestSdk:enable:true" /> 50 <option name="compatibility:module-arg" value="CtsTetheringTest:enable:true" /> 51 <option name="compatibility:module-arg" value="NearbyUnitTests:enable:true" /> 52 <option name="compatibility:module-arg" value="CtsNearbyFastPairTestCases:enable:true" /> 53 <option name="compatibility:module-arg" value="CtsNetHttpTestCases:enable:true" /> 54 <option name="compatibility:module-arg" value="ThreadNetworkUnitTests:enable:true" /> 55 <option name="compatibility:module-arg" value="CtsThreadNetworkTestCases:enable:true" /> 56</configuration> 57 58