commit | a8c42cf0a1750a1146fe4f816f78fc2e476e527d | [log] [tgz] |
---|---|---|
author | Kai Wang <kwangsudo@google.com> | Thu Jun 10 23:18:20 2021 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Jun 10 23:18:20 2021 +0000 |
tree | 39c90b53a627f6a80b9597625a15c5630c70ec9d | |
parent | 25f22b6441a98a874628a0a8b4f96d15e0eefe52 [diff] | |
parent | 9ba9f5e2f2d8729581f466ccc26b3bbe5eda8f06 [diff] |
Merge "Fix VHAL VTS issue on GSI image" into sc-dev
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)),