xref: /aosp_15_r20/test/dittosuite/AndroidTest.xml (revision 6fa2df46f119dce7527f5beb2814eca0e6f886ac)
1*6fa2df46SAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?>
2*6fa2df46SAndroid Build Coastguard Worker<!-- Copyright (C) 2022 The Android Open Source Project
3*6fa2df46SAndroid Build Coastguard Worker
4*6fa2df46SAndroid Build Coastguard Worker     Licensed under the Apache License, Version 2.0 (the "License");
5*6fa2df46SAndroid Build Coastguard Worker     you may not use this file except in compliance with the License.
6*6fa2df46SAndroid Build Coastguard Worker     You may obtain a copy of the License at
7*6fa2df46SAndroid Build Coastguard Worker
8*6fa2df46SAndroid Build Coastguard Worker          http://www.apache.org/licenses/LICENSE-2.0
9*6fa2df46SAndroid Build Coastguard Worker
10*6fa2df46SAndroid Build Coastguard Worker     Unless required by applicable law or agreed to in writing, software
11*6fa2df46SAndroid Build Coastguard Worker     distributed under the License is distributed on an "AS IS" BASIS,
12*6fa2df46SAndroid Build Coastguard Worker     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13*6fa2df46SAndroid Build Coastguard Worker     See the License for the specific language governing permissions and
14*6fa2df46SAndroid Build Coastguard Worker     limitations under the License.
15*6fa2df46SAndroid Build Coastguard Worker-->
16*6fa2df46SAndroid Build Coastguard Worker<configuration description="Config for DittoBench">
17*6fa2df46SAndroid Build Coastguard Worker    <target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer" />
18*6fa2df46SAndroid Build Coastguard Worker    <target_preparer class="com.android.tradefed.targetprep.PushFilePreparer">
19*6fa2df46SAndroid Build Coastguard Worker        <option name="cleanup" value="true" />
20*6fa2df46SAndroid Build Coastguard Worker	<option name="push" value="dittobench_benchmark->/data/benchmarktest/dittobench_benchmark" />
21*6fa2df46SAndroid Build Coastguard Worker    </target_preparer>
22*6fa2df46SAndroid Build Coastguard Worker    <option name="test-suite-tag" value="apct" />
23*6fa2df46SAndroid Build Coastguard Worker    <test class="com.android.tradefed.testtype.GoogleBenchmarkTest" >
24*6fa2df46SAndroid Build Coastguard Worker        <option name="native-benchmark-device-path" value="/data/benchmarktest" />
25*6fa2df46SAndroid Build Coastguard Worker	<option name="benchmark-module-name" value="dittobench_benchmark" />
26*6fa2df46SAndroid Build Coastguard Worker        <option name="file-exclusion-filter-regex" value=".*/example/.*" />
27*6fa2df46SAndroid Build Coastguard Worker    </test>
28*6fa2df46SAndroid Build Coastguard Worker</configuration>
29