mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "VTS: Rename Vsr_Bluetooth5Requirments" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
48d7962a98
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -951,7 +951,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<uint8_t> version_event;
|
||||
send_and_wait_for_cmd_complete(ReadLocalVersionInformationBuilder::Create(),
|
||||
version_event);
|
||||
|
||||
Reference in New Issue
Block a user