commit | a891bc77014b3ed36e6b14ff1b3b1d88d6f22af9 | [log] [tgz] |
---|---|---|
author | Yu Shan <shanyu@google.com> | Tue Feb 11 18:01:42 2025 -0800 |
committer | Yu Shan <shanyu@google.com> | Tue Feb 11 18:01:42 2025 -0800 |
tree | af4b574b9eaad7196e2a88532043bbda9fe185e6 | |
parent | 3caddc8b8011d5c992b15b714bf9629d67055cb7 [diff] |
Avoid error while no VHAL interface is found. Change-Id: I0f23c252fb73eb9dcb06e1d1e67172a69e008eaa Flag: EXEMPT VTS Bug: 395247246 Tests: Presubmit
diff --git a/automotive/vehicle/vts/src/VtsHalAutomotiveVehicle_TargetTest.cpp b/automotive/vehicle/vts/src/VtsHalAutomotiveVehicle_TargetTest.cpp index d4b0528..7015d2b 100644 --- a/automotive/vehicle/vts/src/VtsHalAutomotiveVehicle_TargetTest.cpp +++ b/automotive/vehicle/vts/src/VtsHalAutomotiveVehicle_TargetTest.cpp
@@ -1215,6 +1215,7 @@ } GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(VtsHalAutomotiveVehicleTargetTest); +GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(VtsHalAutomotivePropertyConfigTest); INSTANTIATE_TEST_SUITE_P(PerInstance, VtsHalAutomotiveVehicleTargetTest, testing::ValuesIn(getDescriptors()),