blob: a59f161308db37e7c078436756349c079de7ad2d [file] [log] [blame]
Inseob Kim74ec6772024-12-20 16:41:05 +09001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2024 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="Runs vts_libavf_test.">
17 <option name="test-suite-tag" value="vts" />
18
19 <target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer" />
20
21 <target_preparer class="com.android.tradefed.targetprep.PushFilePreparer">
22 <option name="cleanup" value="true" />
Inseob Kim4ee807a2025-01-10 11:57:02 +090023 <option name="push" value="vts_libavf_test->/data/nativetest64/vendor/vts_libavf_test" />
Inseob Kim4d414452025-03-04 16:17:47 +090024 <option name="push" value="rialto.bin->/data/nativetest64/vendor/rialto.bin" />
Inseob Kim74ec6772024-12-20 16:41:05 +090025 </target_preparer>
26
27 <object type="module_controller" class="com.android.tradefed.testtype.suite.module.ArchModuleController">
28 <option name="arch" value="arm64" />
29 </object>
30
31 <test class="com.android.tradefed.testtype.rust.RustBinaryTest" >
Inseob Kim4ee807a2025-01-10 11:57:02 +090032 <option name="test-device-path" value="/data/nativetest64/vendor" />
Inseob Kim74ec6772024-12-20 16:41:05 +090033 <option name="module-name" value="vts_libavf_test" />
34 <!-- rialto uses a fixed port number for the host, can't run two tests at the same time -->
35 <option name="native-test-flag" value="--test-threads=1" />
36 </test>
37</configuration>