commit | 9ba9f5e2f2d8729581f466ccc26b3bbe5eda8f06 | [log] [tgz] |
---|---|---|
author | Kai <kwangsudo@google.com> | Tue Jun 08 16:06:24 2021 -0700 |
committer | Kai <kwangsudo@google.com> | Tue Jun 08 16:06:24 2021 -0700 |
tree | 60f1a175cdd86d9a74af9f1102a108d641bb048a | |
parent | 9a0dab8fb7f93d2d6c9fb632aa4c5f3e4085e969 [diff] |
Fix VHAL VTS issue on GSI image Bug: 183961835 Test: atest VtsHalAutomotiveVehicleV2_0TargetTest Change-Id: I78b4e38e7462cb8cc69ca999f0da64a1e396df90
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)),