blob: ffb79adf906b4c48f9fb8921b3e751eb55fe8c77 [file] [log] [blame]
Benedict Wong5bf2f802020-10-27 18:30:50 -07001<?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="Runs VCN Tests.">
Yan Yanfb83ed42025-02-10 11:27:43 -080017 <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
18 <option name="cleanup-apks" value="true" />
Benedict Wong5bf2f802020-10-27 18:30:50 -070019 <option name="test-file-name" value="FrameworksVcnTests.apk" />
20 </target_preparer>
21
22 <option name="test-suite-tag" value="apct" />
23 <option name="test-tag" value="FrameworksVcnTests" />
Yan Yanfb83ed42025-02-10 11:27:43 -080024
25 <!-- Run tests in MTS only if the Tethering Mainline module is installed. -->
26 <object type="module_controller"
27 class="com.android.tradefed.testtype.suite.module.MainlineTestModuleController">
28 <option name="mainline-module-package-name" value="com.google.android.tethering" />
29 </object>
Yan Yan10ddf6f2025-03-10 18:28:43 -070030 <object type="module_controller"
31 class="com.android.tradefed.testtype.suite.module.Sdk36ModuleController" />
Yan Yanfb83ed42025-02-10 11:27:43 -080032
Benedict Wong5bf2f802020-10-27 18:30:50 -070033 <test class="com.android.tradefed.testtype.AndroidJUnitTest" >
34 <option name="package" value="com.android.frameworks.tests.vcn" />
35 <option name="runner" value="androidx.test.runner.AndroidJUnitRunner" />
36 <option name="hidden-api-checks" value="false"/>
37 </test>
38</configuration>