blob: 3c15844fba2f25a0116243fa138d13de539f9bcd [file] [log] [blame]
Ram Mohanaf40b562019-11-11 19:35:43 +05301<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2019 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="Config for CTS Media V2 test cases">
17 <option name="test-suite-tag" value="cts" />
18 <option name="config-descriptor:metadata" key="component" value="media" />
19 <option name="config-descriptor:metadata" key="parameter" value="not_instant_app" />
20 <option name="config-descriptor:metadata" key="parameter" value="multi_abi" />
Harish Mahendrakard863d442020-12-27 11:01:55 -080021 <option name="config-descriptor:metadata" key="parameter" value="secondary_user" />
Ram Mohanaf40b562019-11-11 19:35:43 +053022 <target_preparer class="com.android.compatibility.common.tradefed.targetprep.DynamicConfigPusher">
23 <option name="target" value="host" />
24 <option name="config-filename" value="CtsMediaV2TestCases" />
25 <option name="version" value="1.0"/>
26 </target_preparer>
27 <target_preparer class="com.android.compatibility.common.tradefed.targetprep.MediaPreparer">
28 <option name="push-all" value="true" />
Harish Mahendrakarea2f0822020-10-15 12:50:20 -070029 <option name="media-folder-name" value="CtsMediaV2TestCases-1.9" />
Ram Mohanaf40b562019-11-11 19:35:43 +053030 <option name="dynamic-config-module" value="CtsMediaV2TestCases" />
31 </target_preparer>
32 <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
33 <option name="cleanup-apks" value="true" />
34 <option name="test-file-name" value="CtsMediaV2TestCases.apk" />
35 </target_preparer>
36 <test class="com.android.tradefed.testtype.AndroidJUnitTest" >
37 <option name="package" value="android.mediav2.cts" />
38 </test>
39</configuration>