commit | c159474b1499b5aa61d017abe7c5043a41559a79 | [log] [tgz] |
---|---|---|
author | Dan Shi <dshi@google.com> | Fri Jul 24 10:40:00 2020 -0700 |
committer | Dan Shi <dshi@google.com> | Fri Jul 24 10:40:00 2020 -0700 |
tree | d6b4a285059d82cf665582e6604ff95e5452ccf4 | |
parent | 9b04c73565f93ddc66d5021faceb599afbc32640 [diff] |
Allow HAL test to pass without instance found. Bug: 162052785 Test: atest Change-Id: I03c434cdf357dc8340b107fed991389a47febfbe
diff --git a/bluetooth/a2dp/1.0/vts/functional/VtsHalBluetoothA2dpV1_0TargetTest.cpp b/bluetooth/a2dp/1.0/vts/functional/VtsHalBluetoothA2dpV1_0TargetTest.cpp index 44b138a..f7fdf31 100644 --- a/bluetooth/a2dp/1.0/vts/functional/VtsHalBluetoothA2dpV1_0TargetTest.cpp +++ b/bluetooth/a2dp/1.0/vts/functional/VtsHalBluetoothA2dpV1_0TargetTest.cpp
@@ -107,4 +107,6 @@ PerInstance, BluetoothA2dpHidlTest, testing::ValuesIn(android::hardware::getAllHalInstanceNames( IBluetoothAudioOffload::descriptor)), - android::hardware::PrintInstanceNameToString); \ No newline at end of file + android::hardware::PrintInstanceNameToString); + +GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(BluetoothA2dpHidlTest);