Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c97b0196 authored by Myles Watson's avatar Myles Watson
Browse files

VTS: Rename Vsr_Bluetooth5Requirments

Bug: 281798597
Test: atest VtsHalBluetoothTargetTest
Change-Id: I7db99066be11a6dae206cfe4997101db751ae059
Merged-In: I7db99066be11a6dae206cfe4997101db751ae059
parent b4507146
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"
        }
      ]
    }
+1 −1
Original line number Diff line number Diff line
@@ -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<uint8_t> version_event;
  send_and_wait_for_cmd_complete(ReadLocalVersionInformationBuilder::Create(),
                                 version_event);