commit | 1f7a65195df63b1e704761b0351e2439301f16e4 | [log] [tgz] |
---|---|---|
author | Kai Wang <kwangsudo@google.com> | Thu Jun 10 23:29:11 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jun 10 23:29:11 2021 +0000 |
tree | 2239bf68bb48d1be8768e9239bf3c2cac37137b4 | |
parent | 6d62caf7f3617a6e6265f8c0fe5909b795010217 [diff] | |
parent | a8c42cf0a1750a1146fe4f816f78fc2e476e527d [diff] |
Merge "Fix VHAL VTS issue on GSI image" into sc-dev am: a8c42cf0a1 Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/14912436 Change-Id: I9eb1cea7ff6e5e73b866444e3c8e10e64de0aa2d
diff --git a/automotive/vehicle/2.0/vts/functional/VtsHalAutomotiveVehicleV2_0TargetTest.cpp b/automotive/vehicle/2.0/vts/functional/VtsHalAutomotiveVehicleV2_0TargetTest.cpp index 7f1d4d1..4ac0aa5 100644 --- a/automotive/vehicle/2.0/vts/functional/VtsHalAutomotiveVehicleV2_0TargetTest.cpp +++ b/automotive/vehicle/2.0/vts/functional/VtsHalAutomotiveVehicleV2_0TargetTest.cpp
@@ -241,6 +241,7 @@ ASSERT_NE(StatusCode::OK, mVehicle->subscribe(cb, options)); } +GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(VehicleHalHidlTest); INSTANTIATE_TEST_SUITE_P( PerInstance, VehicleHalHidlTest, testing::ValuesIn(android::hardware::getAllHalInstanceNames(IVehicle::descriptor)),