From 24696b3e32fac2ce28c9a7483d324c3e0fae0dc5 Mon Sep 17 00:00:00 2001 From: Edward Liaw Date: Wed, 31 May 2023 21:30:16 +0000 Subject: [PATCH] TEST_MAPPING: enable vts hal tests in kernel-presubmit Enable the following tests: VtsHalBluetoothAudioTargetTest VtsHalGraphicsComposerV2_4TargetTest Bug: 284307085 Bug: 258819618 Test: atest :kernel-presubmit Change-Id: I8667eaee120777a776339481f72558566e6c94b3 Signed-off-by: Edward Liaw --- bluetooth/audio/aidl/TEST_MAPPING | 12 ++++++++++++ graphics/composer/2.4/vts/functional/TEST_MAPPING | 13 +++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 bluetooth/audio/aidl/TEST_MAPPING create mode 100644 graphics/composer/2.4/vts/functional/TEST_MAPPING diff --git a/bluetooth/audio/aidl/TEST_MAPPING b/bluetooth/audio/aidl/TEST_MAPPING new file mode 100644 index 0000000000..0c853f8192 --- /dev/null +++ b/bluetooth/audio/aidl/TEST_MAPPING @@ -0,0 +1,12 @@ +{ + "presubmit": [ + { + "name": "VtsHalBluetoothAudioTargetTest" + } + ], + "kernel-presubmit": [ + { + "name": "VtsHalBluetoothAudioTargetTest" + } + ] +} diff --git a/graphics/composer/2.4/vts/functional/TEST_MAPPING b/graphics/composer/2.4/vts/functional/TEST_MAPPING new file mode 100644 index 0000000000..aedac5bce6 --- /dev/null +++ b/graphics/composer/2.4/vts/functional/TEST_MAPPING @@ -0,0 +1,13 @@ +{ + "presubmit": [ + { + "name": "VtsHalGraphicsComposerV2_4TargetTest" + } + ], + "kernel-presubmit": [ + { + "name": "VtsHalGraphicsComposerV2_4TargetTest" + } + ] +} +