xref: /aosp_15_r20/external/sonivox/test/AndroidTest.xml (revision f81fb7c475c4b71ff83bdcc517de2a8c174e4e5c)
1*f81fb7c4SAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?>
2*f81fb7c4SAndroid Build Coastguard Worker<!-- Copyright (C) 2020 The Android Open Source Project
3*f81fb7c4SAndroid Build Coastguard Worker
4*f81fb7c4SAndroid Build Coastguard Worker     Licensed under the Apache License, Version 2.0 (the "License");
5*f81fb7c4SAndroid Build Coastguard Worker     you may not use this file except in compliance with the License.
6*f81fb7c4SAndroid Build Coastguard Worker     You may obtain a copy of the License at
7*f81fb7c4SAndroid Build Coastguard Worker
8*f81fb7c4SAndroid Build Coastguard Worker          http://www.apache.org/licenses/LICENSE-2.0
9*f81fb7c4SAndroid Build Coastguard Worker
10*f81fb7c4SAndroid Build Coastguard Worker     Unless required by applicable law or agreed to in writing, software
11*f81fb7c4SAndroid Build Coastguard Worker     distributed under the License is distributed on an "AS IS" BASIS,
12*f81fb7c4SAndroid Build Coastguard Worker     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13*f81fb7c4SAndroid Build Coastguard Worker     See the License for the specific language governing permissions and
14*f81fb7c4SAndroid Build Coastguard Worker     limitations under the License.
15*f81fb7c4SAndroid Build Coastguard Worker-->
16*f81fb7c4SAndroid Build Coastguard Worker<configuration description="Test module config for SonivoxTest unit test">
17*f81fb7c4SAndroid Build Coastguard Worker    <option name="test-suite-tag" value="SonivoxTest" />
18*f81fb7c4SAndroid Build Coastguard Worker    <target_preparer class="com.android.tradefed.targetprep.PushFilePreparer">
19*f81fb7c4SAndroid Build Coastguard Worker        <option name="cleanup" value="true" />
20*f81fb7c4SAndroid Build Coastguard Worker        <option name="push" value="SonivoxTest->/data/local/tmp/SonivoxTest" />
21*f81fb7c4SAndroid Build Coastguard Worker    </target_preparer>
22*f81fb7c4SAndroid Build Coastguard Worker    <target_preparer class="com.android.compatibility.common.tradefed.targetprep.DynamicConfigPusher">
23*f81fb7c4SAndroid Build Coastguard Worker        <option name="target" value="host" />
24*f81fb7c4SAndroid Build Coastguard Worker        <option name="config-filename" value="SonivoxTest" />
25*f81fb7c4SAndroid Build Coastguard Worker        <option name="version" value="1.0"/>
26*f81fb7c4SAndroid Build Coastguard Worker    </target_preparer>
27*f81fb7c4SAndroid Build Coastguard Worker    <target_preparer class="com.android.compatibility.common.tradefed.targetprep.MediaPreparer">
28*f81fb7c4SAndroid Build Coastguard Worker        <option name="push-all" value="true" />
29*f81fb7c4SAndroid Build Coastguard Worker        <option name="media-folder-name" value="SonivoxTestRes-1.0"/>
30*f81fb7c4SAndroid Build Coastguard Worker        <option name="dynamic-config-module" value="SonivoxTest" />
31*f81fb7c4SAndroid Build Coastguard Worker    </target_preparer>
32*f81fb7c4SAndroid Build Coastguard Worker    <test class="com.android.tradefed.testtype.GTest" >
33*f81fb7c4SAndroid Build Coastguard Worker        <option name="native-test-device-path" value="/data/local/tmp" />
34*f81fb7c4SAndroid Build Coastguard Worker        <option name="module-name" value="SonivoxTest" />
35*f81fb7c4SAndroid Build Coastguard Worker        <option name="native-test-flag" value="-P /sdcard/test/SonivoxTestRes-1.0/" />
36*f81fb7c4SAndroid Build Coastguard Worker    </test>
37*f81fb7c4SAndroid Build Coastguard Worker</configuration>
38