summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeun Soo Yim2017-02-03 15:50:29 -0600
committerKeun Soo Yim2017-02-03 20:45:25 -0600
commit7b9b6ca18f182e66c35afc0ca4838175a406838b (patch)
treeb1d27b88ae43503861a40680ec8c86289fabb9af /boot/1.0/vts/functional
parent09c92950a2e843ac935229fb939764d31de7db1a (diff)
downloadplatform-hardware-interfaces-7b9b6ca18f182e66c35afc0ca4838175a406838b.tar.gz
platform-hardware-interfaces-7b9b6ca18f182e66c35afc0ca4838175a406838b.tar.xz
platform-hardware-interfaces-7b9b6ca18f182e66c35afc0ca4838175a406838b.zip
move VTS stub files and non-functional tests
Test: mma Bug: 34976004 Change-Id: I20273bdc3a05e2986fcf921f65d2afd6d72781e4
Diffstat (limited to 'boot/1.0/vts/functional')
-rw-r--r--boot/1.0/vts/functional/Android.mk19
-rw-r--r--boot/1.0/vts/functional/vts/Android.mk19
-rw-r--r--boot/1.0/vts/functional/vts/testcases/Android.mk19
-rw-r--r--boot/1.0/vts/functional/vts/testcases/hal/Android.mk19
-rw-r--r--boot/1.0/vts/functional/vts/testcases/hal/boot/Android.mk19
-rw-r--r--boot/1.0/vts/functional/vts/testcases/hal/boot/hidl/Android.mk19
-rw-r--r--boot/1.0/vts/functional/vts/testcases/hal/boot/hidl/target/Android.mk25
-rw-r--r--boot/1.0/vts/functional/vts/testcases/hal/boot/hidl/target/AndroidTest.xml31
-rw-r--r--boot/1.0/vts/functional/vts/testcases/hal/boot/hidl/target/HalBootHidlTargetTest.config20
-rw-r--r--boot/1.0/vts/functional/vts/testcases/hal/boot/hidl/target_profiling/Android.mk23
-rw-r--r--boot/1.0/vts/functional/vts/testcases/hal/boot/hidl/target_profiling/AndroidTest.xml31
11 files changed, 0 insertions, 244 deletions
diff --git a/boot/1.0/vts/functional/Android.mk b/boot/1.0/vts/functional/Android.mk
deleted file mode 100644
index f9e32763..00000000
--- a/boot/1.0/vts/functional/Android.mk
+++ /dev/null
@@ -1,19 +0,0 @@
1#
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
17LOCAL_PATH := $(call my-dir)
18
19include $(call all-subdir-makefiles)
diff --git a/boot/1.0/vts/functional/vts/Android.mk b/boot/1.0/vts/functional/vts/Android.mk
deleted file mode 100644
index f9e32763..00000000
--- a/boot/1.0/vts/functional/vts/Android.mk
+++ /dev/null
@@ -1,19 +0,0 @@
1#
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
17LOCAL_PATH := $(call my-dir)
18
19include $(call all-subdir-makefiles)
diff --git a/boot/1.0/vts/functional/vts/testcases/Android.mk b/boot/1.0/vts/functional/vts/testcases/Android.mk
deleted file mode 100644
index f9e32763..00000000
--- a/boot/1.0/vts/functional/vts/testcases/Android.mk
+++ /dev/null
@@ -1,19 +0,0 @@
1#
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
17LOCAL_PATH := $(call my-dir)
18
19include $(call all-subdir-makefiles)
diff --git a/boot/1.0/vts/functional/vts/testcases/hal/Android.mk b/boot/1.0/vts/functional/vts/testcases/hal/Android.mk
deleted file mode 100644
index f9e32763..00000000
--- a/boot/1.0/vts/functional/vts/testcases/hal/Android.mk
+++ /dev/null
@@ -1,19 +0,0 @@
1#
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
17LOCAL_PATH := $(call my-dir)
18
19include $(call all-subdir-makefiles)
diff --git a/boot/1.0/vts/functional/vts/testcases/hal/boot/Android.mk b/boot/1.0/vts/functional/vts/testcases/hal/boot/Android.mk
deleted file mode 100644
index f9e32763..00000000
--- a/boot/1.0/vts/functional/vts/testcases/hal/boot/Android.mk
+++ /dev/null
@@ -1,19 +0,0 @@
1#
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
17LOCAL_PATH := $(call my-dir)
18
19include $(call all-subdir-makefiles)
diff --git a/boot/1.0/vts/functional/vts/testcases/hal/boot/hidl/Android.mk b/boot/1.0/vts/functional/vts/testcases/hal/boot/hidl/Android.mk
deleted file mode 100644
index f9e32763..00000000
--- a/boot/1.0/vts/functional/vts/testcases/hal/boot/hidl/Android.mk
+++ /dev/null
@@ -1,19 +0,0 @@
1#
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
17LOCAL_PATH := $(call my-dir)
18
19include $(call all-subdir-makefiles)
diff --git a/boot/1.0/vts/functional/vts/testcases/hal/boot/hidl/target/Android.mk b/boot/1.0/vts/functional/vts/testcases/hal/boot/hidl/target/Android.mk
deleted file mode 100644
index 844b93b5..00000000
--- a/boot/1.0/vts/functional/vts/testcases/hal/boot/hidl/target/Android.mk
+++ /dev/null
@@ -1,25 +0,0 @@
1#
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
17LOCAL_PATH := $(call my-dir)
18
19include $(call all-subdir-makefiles)
20
21include $(CLEAR_VARS)
22
23LOCAL_MODULE := HalBootHidlTargetTest
24VTS_CONFIG_SRC_DIR := testcases/hal/boot/hidl/target
25include test/vts/tools/build/Android.host_config.mk
diff --git a/boot/1.0/vts/functional/vts/testcases/hal/boot/hidl/target/AndroidTest.xml b/boot/1.0/vts/functional/vts/testcases/hal/boot/hidl/target/AndroidTest.xml
deleted file mode 100644
index bc759bf9..00000000
--- a/boot/1.0/vts/functional/vts/testcases/hal/boot/hidl/target/AndroidTest.xml
+++ /dev/null
@@ -1,31 +0,0 @@
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 Boot 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="HalBootHidlTargetTest"/>
23 <option name="binary-test-sources" value="
24 _32bit::DATA/nativetest/boot_hidl_hal_test/boot_hidl_hal_test,
25 _64bit::DATA/nativetest64/boot_hidl_hal_test/boot_hidl_hal_test,
26 "/>
27 <option name="test-config-path" value="vts/testcases/hal/boot/hidl/target/HalBootHidlTargetTest.config" />
28 <option name="binary-test-type" value="gtest" />
29 <option name="test-timeout" value="1m" />
30 </test>
31</configuration>
diff --git a/boot/1.0/vts/functional/vts/testcases/hal/boot/hidl/target/HalBootHidlTargetTest.config b/boot/1.0/vts/functional/vts/testcases/hal/boot/hidl/target/HalBootHidlTargetTest.config
deleted file mode 100644
index ebb4d1b4..00000000
--- a/boot/1.0/vts/functional/vts/testcases/hal/boot/hidl/target/HalBootHidlTargetTest.config
+++ /dev/null
@@ -1,20 +0,0 @@
1{
2 "use_gae_db": true,
3 "coverage": true,
4 "modules": [
5 {
6 "module_name": "system/lib64/hw/bootctrl.msm8996",
7 "git_project": {
8 "name": "platform/hardware/qcom/bootctrl",
9 "path": "hardware/qcom/bootctrl"
10 }
11 },
12 {
13 "module_name": "system/lib64/hw/android.hardware.boot@1.0-impl",
14 "git_project": {
15 "name": "platform/hardware/interfaces",
16 "path": "hardware/interfaces"
17 }
18 }
19 ]
20}
diff --git a/boot/1.0/vts/functional/vts/testcases/hal/boot/hidl/target_profiling/Android.mk b/boot/1.0/vts/functional/vts/testcases/hal/boot/hidl/target_profiling/Android.mk
deleted file mode 100644
index f7414dfc..00000000
--- a/boot/1.0/vts/functional/vts/testcases/hal/boot/hidl/target_profiling/Android.mk
+++ /dev/null
@@ -1,23 +0,0 @@
1#
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
17LOCAL_PATH := $(call my-dir)
18
19include $(CLEAR_VARS)
20
21LOCAL_MODULE := HalBootHidlTargetProfilingTest
22VTS_CONFIG_SRC_DIR := testcases/hal/boot/hidl/target
23include test/vts/tools/build/Android.host_config.mk
diff --git a/boot/1.0/vts/functional/vts/testcases/hal/boot/hidl/target_profiling/AndroidTest.xml b/boot/1.0/vts/functional/vts/testcases/hal/boot/hidl/target_profiling/AndroidTest.xml
deleted file mode 100644
index dbc6300b..00000000
--- a/boot/1.0/vts/functional/vts/testcases/hal/boot/hidl/target_profiling/AndroidTest.xml
+++ /dev/null
@@ -1,31 +0,0 @@
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 Boot 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="HalBootHidlTargetProfilingTest"/>
23 <option name="binary-test-sources" value="
24 _32bit::DATA/nativetest/boot_hidl_hal_test/boot_hidl_hal_test,
25 _64bit::DATA/nativetest64/boot_hidl_hal_test/boot_hidl_hal_test,
26 "/>
27 <option name="binary-test-type" value="gtest" />
28 <option name="test-timeout" value="5m" />
29 <option name="enable-profiling" value="true" />
30 </test>
31</configuration>