1*c2e18aaaSAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?> 2*c2e18aaaSAndroid Build Coastguard Worker<!-- Copyright (C) 2020 The Android Open Source Project 3*c2e18aaaSAndroid Build Coastguard Worker Licensed under the Apache License, Version 2.0 (the "License"); 4*c2e18aaaSAndroid Build Coastguard Worker you may not use this file except in compliance with the License. 5*c2e18aaaSAndroid Build Coastguard Worker You may obtain a copy of the License at 6*c2e18aaaSAndroid Build Coastguard Worker http://www.apache.org/licenses/LICENSE-2.0 7*c2e18aaaSAndroid Build Coastguard Worker Unless required by applicable law or agreed to in writing, software 8*c2e18aaaSAndroid Build Coastguard Worker distributed under the License is distributed on an "AS IS" BASIS, 9*c2e18aaaSAndroid Build Coastguard Worker WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 10*c2e18aaaSAndroid Build Coastguard Worker See the License for the specific language governing permissions and 11*c2e18aaaSAndroid Build Coastguard Worker limitations under the License. 12*c2e18aaaSAndroid Build Coastguard Worker--> 13*c2e18aaaSAndroid Build Coastguard Worker<configuration description="Config to run plugin lib unittests"> 14*c2e18aaaSAndroid Build Coastguard Worker <option name="test-suite-tag" value="plugin_lib_unittests" /> 15*c2e18aaaSAndroid Build Coastguard Worker 16*c2e18aaaSAndroid Build Coastguard Worker <test class="com.android.tradefed.testtype.python.PythonBinaryHostTest" > 17*c2e18aaaSAndroid Build Coastguard Worker <option name="par-file-name" value="plugin_lib_unittests" /> 18*c2e18aaaSAndroid Build Coastguard Worker <option name="test-timeout" value="2m" /> 19*c2e18aaaSAndroid Build Coastguard Worker </test> 20*c2e18aaaSAndroid Build Coastguard Worker</configuration> 21