system/hardware/interfaces
Revisão | adcf5b1fcc1285e2ca0e15784d8a2ecfa5fa7d49 (tree) |
---|---|
Hora | 2019-02-01 01:29:50 |
Autor | Branden Archer <brarcher@goog...> |
Commiter | android-build-merger |
Deploy VtsHalWifiKeystoreV1_0Target in automated vts tests am: 1d7a7e4ede am: 0ceae4f916
am: 7d6ecea3aa
Change-Id: Ic441328644f1060fa44e4544e7b57f0cea938581
@@ -0,0 +1,22 @@ | ||
1 | +# | |
2 | +# Copyright (C) 2019 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 | + | |
17 | +LOCAL_PATH := $(call my-dir) | |
18 | + | |
19 | +include $(CLEAR_VARS) | |
20 | + | |
21 | +LOCAL_MODULE := VtsHalWifiKeystoreV1_0TargetTest | |
22 | +include test/vts/tools/build/Android.host_config.mk |
@@ -0,0 +1,29 @@ | ||
1 | +<?xml version="1.0" encoding="utf-8"?> | |
2 | +<!-- Copyright (C) 2019 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 Wifi Keystore HAL tests"> | |
17 | + <option name="config-descriptor:metadata" key="plan" value="vts-hal" /> | |
18 | + <target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher"> | |
19 | + <option name="abort-on-push-failure" value="false"/> | |
20 | + <option name="push-group" value="HalHidlTargetTest.push"/> | |
21 | + </target_preparer> | |
22 | + <test class="com.android.tradefed.testtype.VtsMultiDeviceTest"> | |
23 | + <option name="test-module-name" value="VtsHalWifiKeystoreV1_0TargetTest"/> | |
24 | + <option name="binary-test-source" value="_32bit::DATA/nativetest/VtsHalWifiKeystoreV1_0TargetTest/VtsHalWifiKeystoreV1_0TargetTest"/> | |
25 | + <option name="binary-test-source" value="_64bit::DATA/nativetest64/VtsHalWifiKeystoreV1_0TargetTest/VtsHalWifiKeystoreV1_0TargetTest"/> | |
26 | + <option name="binary-test-type" value="hal_hidl_gtest"/> | |
27 | + <option name="test-timeout" value="5m"/> | |
28 | + </test> | |
29 | +</configuration> |