From 0c581a084aad1916bb4fb67542267b6bce6f9b84 Mon Sep 17 00:00:00 2001 From: Henri Chataing Date: Thu, 20 Apr 2023 23:10:25 +0000 Subject: [PATCH] Bluetooth: Enable test Cdd_C_12_1_Bluetooth5Requirements The requirements have been added to RootCanal: - LE Periodic Advertising - LL Privacy - LE 2M Phy Test: atest Bug: 275847929 Change-Id: Ifa49494091727bf162554a658629bc4ec3c3cd63 --- bluetooth/aidl/TEST_MAPPING | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/bluetooth/aidl/TEST_MAPPING b/bluetooth/aidl/TEST_MAPPING index d1de251577..18958d2713 100644 --- a/bluetooth/aidl/TEST_MAPPING +++ b/bluetooth/aidl/TEST_MAPPING @@ -1,24 +1,12 @@ { "presubmit" : [ { - "name" : "VtsHalBluetoothTargetTest", - "options": [ - { - // TODO(b/275847929) - "exclude-filter": "VtsHalBluetoothTargetTest.PerInstance/BluetoothAidlTest#Cdd_C_12_1_Bluetooth5Requirements/0_android_hardware_bluetooth_IBluetoothHci_default" - } - ] + "name" : "VtsHalBluetoothTargetTest" } ], "hwasan-presubmit" : [ { - "name" : "VtsHalBluetoothTargetTest", - "options": [ - { - // TODO(b/275847929) - "exclude-filter": "VtsHalBluetoothTargetTest.PerInstance/BluetoothAidlTest#Cdd_C_12_1_Bluetooth5Requirements/0_android_hardware_bluetooth_IBluetoothHci_default" - } - ] + "name" : "VtsHalBluetoothTargetTest" } ] }