blob: b2bb9c6b87124a7b1ada5ccdaf82a1a667570e12 [file] [log] [blame]
Aaron Holden24fd5782015-10-15 16:30:44 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2015 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 Video test cases">
jdesprez503a3db2017-12-16 04:19:31 -080017 <option name="test-suite-tag" value="cts" />
Guang Zhuc40b6fd2017-06-02 17:17:14 -070018 <option name="config-descriptor:metadata" key="component" value="media" />
Chong Zhang76654b52019-03-11 16:04:24 -070019 <option name="config-descriptor:metadata" key="parameter" value="not_instant_app" />
20 <option name="config-descriptor:metadata" key="parameter" value="multi_abi" />
Julien Desprez3b7a6432019-06-19 15:30:07 -070021 <option name="config-descriptor:metadata" key="parameter" value="secondary_user" />
Giridhar Tippabathuni689ef092021-03-21 01:18:55 +053022 <target_preparer class="com.android.compatibility.common.tradefed.targetprep.DynamicConfigPusher">
23 <option name="target" value="host" />
24 <option name="config-filename" value="CtsVideoTestCases" />
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 Mahendrakar366abec2021-08-15 12:46:22 -070029 <option name="media-folder-name" value="CtsVideoTestCases-1.3" />
Giridhar Tippabathuni689ef092021-03-21 01:18:55 +053030 <option name="dynamic-config-module" value="CtsVideoTestCases" />
31 </target_preparer>
jdesprezfd6d41d2017-04-11 15:43:44 -070032 <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
Aaron Holden24fd5782015-10-15 16:30:44 -070033 <option name="cleanup-apks" value="true" />
34 <option name="test-file-name" value="CtsVideoTestCases.apk" />
35 </target_preparer>
36 <test class="com.android.tradefed.testtype.AndroidJUnitTest" >
37 <option name="package" value="android.video.cts" />
Nicholas Sauera7b6b7d2016-06-16 22:13:53 -070038 <!-- test-timeout unit is ms, value = 10 min -->
39 <option name="test-timeout" value="600000" />
Julien Desprez34a8fa52016-11-02 12:11:38 +000040 <option name="runtime-hint" value="42m45s" />
Lajos Molnar7ea8b512019-04-25 10:57:39 -070041 <!-- disable isolated storage so tests can access dynamic config stored in /sdcard. -->
42 <option name="isolated-storage" value="false" />
Aaron Holden24fd5782015-10-15 16:30:44 -070043 </test>
44</configuration>