Robert Shih | 6000acf | 2017-03-13 16:50:48 -0700 | [diff] [blame] | 1 | <?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"> |
jdesprez | 503a3db | 2017-12-16 04:19:31 -0800 | [diff] [blame] | 17 | <option name="test-suite-tag" value="cts" /> |
Guang Zhu | 5293679 | 2017-06-02 17:17:14 -0700 | [diff] [blame] | 18 | <option name="config-descriptor:metadata" key="component" value="media" /> |
Robert Shih | 98daa4c | 2017-09-06 13:24:21 -0700 | [diff] [blame] | 19 | <target_preparer class="com.android.compatibility.common.tradefed.targetprep.MediaPreparer"> |
| 20 | <option name="media-download-only" value="true" /> |
| 21 | </target_preparer> |
Robert Shih | 6000acf | 2017-03-13 16:50:48 -0700 | [diff] [blame] | 22 | <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 Shih | 32406b6 | 2017-09-22 13:10:00 -0700 | [diff] [blame] | 30 | <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 Shih | 6000acf | 2017-03-13 16:50:48 -0700 | [diff] [blame] | 36 | <test class="com.android.compatibility.common.tradefed.testtype.JarHostTest" > |
| 37 | <option name="jar" value="CtsMediaBitstreamsTestCases.jar" /> |
Robert Shih | 3ddad77 | 2017-08-21 23:52:15 +0000 | [diff] [blame] | 38 | <option name="runtime-hint" value="4h50m" /> |
Robert Shih | a08bbf1 | 2017-08-15 12:28:34 -0700 | [diff] [blame] | 39 | <!-- shard-unit must be class --> |
| 40 | <option name="shard-unit" value="class" /> |
Robert Shih | e847ee1 | 2017-08-18 20:53:27 -0700 | [diff] [blame] | 41 | <!-- 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 Shih | 6000acf | 2017-03-13 16:50:48 -0700 | [diff] [blame] | 44 | </test> |
| 45 | </configuration> |