summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'ir/1.0/vts/functional/vts/testcases/hal/ir/hidl/target/AndroidTest.xml')
-rw-r--r--ir/1.0/vts/functional/vts/testcases/hal/ir/hidl/target/AndroidTest.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/ir/1.0/vts/functional/vts/testcases/hal/ir/hidl/target/AndroidTest.xml b/ir/1.0/vts/functional/vts/testcases/hal/ir/hidl/target/AndroidTest.xml
new file mode 100644
index 00000000..3ad7e452
--- /dev/null
+++ b/ir/1.0/vts/functional/vts/testcases/hal/ir/hidl/target/AndroidTest.xml
@@ -0,0 +1,31 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2016 The Android Open Source Project
3
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-->
16<configuration description="Config for VTS IR HIDL HAL's target-side test cases">
17 <target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
18 <option name="push-group" value="HidlHalTest.push" />
19 </target_preparer>
20 <target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer" />
21 <test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
22 <option name="test-module-name" value="HalIrHidlTargetTest"/>
23 <option name="binary-test-sources" value="
24 _32bit::DATA/nativetest/ir_hidl_hal_test/ir_hidl_hal_test,
25 _64bit::DATA/nativetest64/ir_hidl_hal_test/ir_hidl_hal_test,
26 "/>
27 <option name="binary-test-type" value="hal_hidl_gtest" />
28 <option name="hwbinder-service" value="android.hardware.ir" />
29 <option name="test-timeout" value="1m" />
30 </test>
31</configuration>