blob: a9bb01420d2b3692a115684cf9d82820da024d09 [file] [log] [blame]
Keun Soo Yim60811de2017-02-03 13:40:21 -08001<?xml version="1.0" encoding="utf-8"?>
Zhuoyao Zhang2a3e9212017-02-17 18:25:57 -08002<!-- Copyright (C) 2017 The Android Open Source Project
Keun Soo Yim60811de2017-02-03 13:40:21 -08003
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-->
Zhuoyao Zhang2a3e9212017-02-17 18:25:57 -080016<configuration description="Config for VTS VtsHalThermalV1_0Target test cases">
Keun Soo Yim60811de2017-02-03 13:40:21 -080017 <target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
Tri Voc89de502017-03-21 11:40:17 -070018 <option name="abort-on-push-failure" value="false"/>
Zhuoyao Zhangd40bff32017-02-28 15:16:35 -080019 <option name="push-group" value="HalHidlTargetTest.push"/>
Keun Soo Yim60811de2017-02-03 13:40:21 -080020 </target_preparer>
Zhuoyao Zhang2a3e9212017-02-17 18:25:57 -080021 <target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer"/>
Keun Soo Yim60811de2017-02-03 13:40:21 -080022 <test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
Zhuoyao Zhang2a3e9212017-02-17 18:25:57 -080023 <option name="test-module-name" value="VtsHalThermalV1_0Target"/>
Zhuoyao Zhang3cbf80c2017-04-11 18:33:41 -070024 <option name="binary-test-source" value="_32bit::DATA/nativetest/VtsHalThermalV1_0TargetTest/VtsHalThermalV1_0TargetTest"/>
25 <option name="binary-test-source" value="_64bit::DATA/nativetest64/VtsHalThermalV1_0TargetTest/VtsHalThermalV1_0TargetTest"/>
Zhuoyao Zhang2a3e9212017-02-17 18:25:57 -080026 <option name="binary-test-type" value="hal_hidl_gtest"/>
Zhuoyao Zhang3cbf80c2017-04-11 18:33:41 -070027 <option name="binary-test-disable-framework" value="true"/>
28 <option name="binary-test-stop-native-servers" value="true"/>
Zhuoyao Zhang2a3e9212017-02-17 18:25:57 -080029 <option name="precondition-lshal" value="android.hardware.thermal@1.0"/>
Ryan Campbellce7c0152017-06-19 13:33:12 -070030 <option name="test-timeout" value="15m"/>
Keun Soo Yim60811de2017-02-03 13:40:21 -080031 </test>
32</configuration>