1*be431cd8SAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?> 2*be431cd8SAndroid Build Coastguard Worker<!-- Copyright (C) 2020 The Android Open Source Project 3*be431cd8SAndroid Build Coastguard Worker 4*be431cd8SAndroid Build Coastguard Worker Licensed under the Apache License, Version 2.0 (the "License"); 5*be431cd8SAndroid Build Coastguard Worker you may not use this file except in compliance with the License. 6*be431cd8SAndroid Build Coastguard Worker You may obtain a copy of the License at 7*be431cd8SAndroid Build Coastguard Worker 8*be431cd8SAndroid Build Coastguard Worker http://www.apache.org/licenses/LICENSE-2.0 9*be431cd8SAndroid Build Coastguard Worker 10*be431cd8SAndroid Build Coastguard Worker Unless required by applicable law or agreed to in writing, software 11*be431cd8SAndroid Build Coastguard Worker distributed under the License is distributed on an "AS IS" BASIS, 12*be431cd8SAndroid Build Coastguard Worker WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13*be431cd8SAndroid Build Coastguard Worker See the License for the specific language governing permissions and 14*be431cd8SAndroid Build Coastguard Worker limitations under the License. 15*be431cd8SAndroid Build Coastguard Worker--> 16*be431cd8SAndroid Build Coastguard Worker<configuration description="Runs FMQ on-device integration tests."> 17*be431cd8SAndroid Build Coastguard Worker <option name="test-suite-tag" value="apct" /> 18*be431cd8SAndroid Build Coastguard Worker <option name="test-suite-tag" value="apct-native" /> 19*be431cd8SAndroid Build Coastguard Worker 20*be431cd8SAndroid Build Coastguard Worker <target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer"/> 21*be431cd8SAndroid Build Coastguard Worker 22*be431cd8SAndroid Build Coastguard Worker <target_preparer class="com.android.tradefed.targetprep.PushFilePreparer"> 23*be431cd8SAndroid Build Coastguard Worker <!-- We would like to abort, but currently there is not a simple way to specify installation of both bitnesses of targets. --> 24*be431cd8SAndroid Build Coastguard Worker <option name="abort-on-push-failure" value="false"/> 25*be431cd8SAndroid Build Coastguard Worker 26*be431cd8SAndroid Build Coastguard Worker <option name="push" value="fmq_test_client32->/data/nativetest/fmq_test_client/fmq_test_client" /> 27*be431cd8SAndroid Build Coastguard Worker <option name="push" value="fmq_test_client64->/data/nativetest64/fmq_test_client/fmq_test_client" /> 28*be431cd8SAndroid Build Coastguard Worker <option name="push" value="fmq_rust_test_client32->/data/nativetest/fmq_rust_test_client/fmq_rust_test_client" /> 29*be431cd8SAndroid Build Coastguard Worker <option name="push" value="fmq_rust_test_client64->/data/nativetest64/fmq_rust_test_client/fmq_rust_test_client" /> 30*be431cd8SAndroid Build Coastguard Worker 31*be431cd8SAndroid Build Coastguard Worker <option name="push" value="[email protected]>/data/nativetest/[email protected]/[email protected]" /> 32*be431cd8SAndroid Build Coastguard Worker <option name="push" value="[email protected]>/data/nativetest64/[email protected]/[email protected]" /> 33*be431cd8SAndroid Build Coastguard Worker <option name="push" value="[email protected]>/data/nativetest/[email protected]/[email protected]" /> 34*be431cd8SAndroid Build Coastguard Worker <option name="push" value="[email protected]>/data/nativetest64/[email protected]/[email protected]" /> 35*be431cd8SAndroid Build Coastguard Worker 36*be431cd8SAndroid Build Coastguard Worker <option name="cleanup" value="true" /> 37*be431cd8SAndroid Build Coastguard Worker </target_preparer> 38*be431cd8SAndroid Build Coastguard Worker 39*be431cd8SAndroid Build Coastguard Worker <test class="com.android.tradefed.testtype.python.PythonBinaryHostTest" > 40*be431cd8SAndroid Build Coastguard Worker <option name="par-file-name" value="fmq_test" /> 41*be431cd8SAndroid Build Coastguard Worker <option name="test-timeout" value="2m" /> 42*be431cd8SAndroid Build Coastguard Worker </test> 43*be431cd8SAndroid Build Coastguard Worker</configuration> 44*be431cd8SAndroid Build Coastguard Worker 45