blob: cd00a9a4d36112eec2f0bd63897bf9385cfb592d [file] [log] [blame]
shafikc3f62672019-08-30 11:15:48 +01001<?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<!-- Note: this is derived from the autogenerated configuration. We require
17 root support. -->
Jeff Sharkeycccb2ae2020-05-08 16:09:54 -060018<configuration description="Runs RedactionInfoTest">
19 <option name="test-suite-tag" value="mts" />
20 <target_preparer class="com.android.compatibility.common.tradefed.targetprep.FilePusher">
shafikc3f62672019-08-30 11:15:48 +010021 <option name="cleanup" value="true" />
22 <option name="push" value="RedactionInfoTest->/data/local/tmp/RedactionInfoTest" />
Jeff Sharkeycccb2ae2020-05-08 16:09:54 -060023 <option name="append-bitness" value="true" />
shafikc3f62672019-08-30 11:15:48 +010024 </target_preparer>
shafikc3f62672019-08-30 11:15:48 +010025 <target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer" />
shafikc3f62672019-08-30 11:15:48 +010026 <test class="com.android.tradefed.testtype.GTest" >
27 <option name="native-test-device-path" value="/data/local/tmp" />
28 <option name="module-name" value="RedactionInfoTest" />
Jeff Sharkeycccb2ae2020-05-08 16:09:54 -060029 <option name="runtime-hint" value="10m" />
30 <!-- test-timeout unit is ms, value = 10 min -->
31 <option name="native-test-timeout" value="600000" />
shafikc3f62672019-08-30 11:15:48 +010032 </test>
Chen Zhu56fe4832020-05-08 15:42:45 -070033
34 <object type="module_controller" class="com.android.tradefed.testtype.suite.module.MainlineTestModuleController">
35 <option name="mainline-module-package-name" value="com.google.android.mediaprovider" />
36 </object>
Jeff Sharkeycccb2ae2020-05-08 16:09:54 -060037</configuration>