summaryrefslogtreecommitdiff
path: root/transport
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2020-09-28 18:10:31 +0000
committerSteven Moreland <smoreland@google.com>2020-09-28 18:25:12 +0000
commit43c1ad5f05b0895d221371eef3e3e759e4e86319 (patch)
tree1f7d1be7dc0e0f836bc112cf13e47fec030e0882 /transport
parentdaaa32d0a31f41e36a1c1593e4f231cda1082447 (diff)
downloadlibhidl-43c1ad5f05b0895d221371eef3e3e759e4e86319.tar.gz
delete vts_config entries
deprecated/replaced w/ regular tradefed modules already Bug: 169582597 Test: N/A Change-Id: Iffcbc3df24031da39241fd662c1bd2850d0c0eae
Diffstat (limited to 'transport')
-rw-r--r--transport/allocator/1.0/vts/functional/Android.bp4
-rw-r--r--transport/base/1.0/vts/functional/Android.bp4
-rw-r--r--transport/base/1.0/vts/functional/AndroidTest.xml32
3 files changed, 0 insertions, 40 deletions
diff --git a/transport/allocator/1.0/vts/functional/Android.bp b/transport/allocator/1.0/vts/functional/Android.bp
index ba7aa70..e170ce0 100644
--- a/transport/allocator/1.0/vts/functional/Android.bp
+++ b/transport/allocator/1.0/vts/functional/Android.bp
@@ -26,7 +26,3 @@ cc_test {
],
test_suites: ["general-tests", "vts"],
}
-
-vts_config {
- name: "VtsHidlAllocatorV1_0Target",
-}
diff --git a/transport/base/1.0/vts/functional/Android.bp b/transport/base/1.0/vts/functional/Android.bp
index 1c6e7ad..0c814ae 100644
--- a/transport/base/1.0/vts/functional/Android.bp
+++ b/transport/base/1.0/vts/functional/Android.bp
@@ -40,7 +40,3 @@ cc_test {
require_root: true,
auto_gen_config: true,
}
-
-vts_config {
- name: "VtsHalBaseV1_0TargetTest",
-}
diff --git a/transport/base/1.0/vts/functional/AndroidTest.xml b/transport/base/1.0/vts/functional/AndroidTest.xml
deleted file mode 100644
index 80154f2..0000000
--- a/transport/base/1.0/vts/functional/AndroidTest.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2017 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<configuration description="Config for VTS VtsHalBaseV1_0TargetTest test cases">
- <option name="config-descriptor:metadata" key="plan" value="vts-treble" />
- <target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
- <option name="abort-on-push-failure" value="false"/>
- <option name="push-group" value="HalHidlTargetTest.push"/>
- </target_preparer>
- <multi_target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer" />
- <test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
- <option name="test-module-name" value="VtsHalBaseV1_0TargetTest"/>
- <option name="binary-test-working-directory" value="_32bit::/data/nativetest/" />
- <option name="binary-test-working-directory" value="_64bit::/data/nativetest64/" />
- <option name="binary-test-source" value="_32bit::DATA/nativetest/vts_ibase_test/vts_ibase_test" />
- <option name="binary-test-source" value="_64bit::DATA/nativetest64/vts_ibase_test/vts_ibase_test" />
- <option name="binary-test-type" value="gtest"/>
- <option name="test-timeout" value="5m"/>
- </test>
-</configuration>