blob: 1621aa7de4ac5391f46663a60d64406a1ea47d16 [file] [log] [blame]
Robert Shih6000acf2017-03-13 16:50:48 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2017 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 Sample host test cases">
jdesprez503a3db2017-12-16 04:19:31 -080017 <option name="test-suite-tag" value="cts" />
Guang Zhu52936792017-06-02 17:17:14 -070018 <option name="config-descriptor:metadata" key="component" value="media" />
Robert Shih98daa4c2017-09-06 13:24:21 -070019 <target_preparer class="com.android.compatibility.common.tradefed.targetprep.MediaPreparer">
20 <option name="media-download-only" value="true" />
21 </target_preparer>
Robert Shih6000acf2017-03-13 16:50:48 -070022 <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
23 <option name="cleanup-apks" value="true" />
24 <option name="test-file-name" value="CtsMediaBitstreamsDeviceSideTestApp.apk" />
25 </target_preparer>
26 <target_preparer class="com.android.compatibility.common.tradefed.targetprep.DynamicConfigPusher">
27 <option name="target" value="device" />
28 <option name="config-filename" value="CtsMediaBitstreamsTestCases" />
29 </target_preparer>
Robert Shih32406b62017-09-22 13:10:00 -070030 <target_preparer class="com.android.compatibility.common.tradefed.targetprep.ReportLogCollector">
31 <option name="src-dir" value="/sdcard/report-log-files/"/>
32 <option name="dest-dir" value="report-log-files/"/>
33 <option name="temp-dir" value="temp-report-logs/"/>
34 <option name="device-dir" value="true"/>
35 </target_preparer>
Robert Shih6000acf2017-03-13 16:50:48 -070036 <test class="com.android.compatibility.common.tradefed.testtype.JarHostTest" >
37 <option name="jar" value="CtsMediaBitstreamsTestCases.jar" />
Robert Shih3ddad772017-08-21 23:52:15 +000038 <option name="runtime-hint" value="4h50m" />
Robert Shiha08bbf12017-08-15 12:28:34 -070039 <!-- shard-unit must be class -->
40 <option name="shard-unit" value="class" />
Robert Shihe847ee12017-08-18 20:53:27 -070041 <!-- remove exclude-annotation option and use include-annotation
42 android.media.cts.bitstreams.FullPackage instead to run full package -->
43 <option name="exclude-annotation" value="android.media.cts.bitstreams.FullPackage" />
Robert Shih6000acf2017-03-13 16:50:48 -070044 </test>
45</configuration>