From c97b0196f755a0d5946cf18917ceaf54acc8d486 Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Wed, 10 May 2023 14:06:32 -0700 Subject: [PATCH] VTS: Rename Vsr_Bluetooth5Requirments Bug: 281798597 Test: atest VtsHalBluetoothTargetTest Change-Id: I7db99066be11a6dae206cfe4997101db751ae059 Merged-In: I7db99066be11a6dae206cfe4997101db751ae059 --- bluetooth/aidl/TEST_MAPPING | 4 ++-- bluetooth/aidl/vts/VtsHalBluetoothTargetTest.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bluetooth/aidl/TEST_MAPPING b/bluetooth/aidl/TEST_MAPPING index d1de251577..41a508eb21 100644 --- a/bluetooth/aidl/TEST_MAPPING +++ b/bluetooth/aidl/TEST_MAPPING @@ -5,7 +5,7 @@ "options": [ { // TODO(b/275847929) - "exclude-filter": "VtsHalBluetoothTargetTest.PerInstance/BluetoothAidlTest#Cdd_C_12_1_Bluetooth5Requirements/0_android_hardware_bluetooth_IBluetoothHci_default" + "exclude-filter": "VtsHalBluetoothTargetTest.PerInstance/BluetoothAidlTest#Vsr_Bluetooth5Requirements/0_android_hardware_bluetooth_IBluetoothHci_default" } ] } @@ -16,7 +16,7 @@ "options": [ { // TODO(b/275847929) - "exclude-filter": "VtsHalBluetoothTargetTest.PerInstance/BluetoothAidlTest#Cdd_C_12_1_Bluetooth5Requirements/0_android_hardware_bluetooth_IBluetoothHci_default" + "exclude-filter": "VtsHalBluetoothTargetTest.PerInstance/BluetoothAidlTest#Vsr_Bluetooth5Requirements/0_android_hardware_bluetooth_IBluetoothHci_default" } ] } diff --git a/bluetooth/aidl/vts/VtsHalBluetoothTargetTest.cpp b/bluetooth/aidl/vts/VtsHalBluetoothTargetTest.cpp index 529e092dc7..46366ef765 100644 --- a/bluetooth/aidl/vts/VtsHalBluetoothTargetTest.cpp +++ b/bluetooth/aidl/vts/VtsHalBluetoothTargetTest.cpp @@ -914,7 +914,7 @@ TEST_P(BluetoothAidlTest, CallInitializeTwice) { ASSERT_EQ(status, std::future_status::ready); } -TEST_P(BluetoothAidlTest, Cdd_C_12_1_Bluetooth5Requirements) { +TEST_P(BluetoothAidlTest, Vsr_Bluetooth5Requirements) { std::vector version_event; send_and_wait_for_cmd_complete(ReadLocalVersionInformationBuilder::Create(), version_event);