commit | 962d5dfa99ca005be636294a519e752ffc5e1245 | [log] [tgz] |
---|---|---|
author | Gabriel Biren <gbiren@google.com> | Wed Jan 12 23:15:17 2022 +0000 |
committer | Gabriel Biren <gbiren@google.com> | Wed Jan 12 23:15:17 2022 +0000 |
tree | d5dfba1c62972c2ec95c3559fe7109f096957ee1 | |
parent | bf3f93bbf4a7e4a51ca409504620b0cef902a3d0 [diff] |
Allow VTS tests to pass on devices without Hostapd AIDL. Bug: 214298597 Test: Run VTS tests on an AOSP build (since AOSP is still using the HIDL interface). Change-Id: I4bd005b5c96570694477a4b45fa5cc790c45be8f
diff --git a/wifi/hostapd/aidl/vts/functional/VtsHalHostapdTargetTest.cpp b/wifi/hostapd/aidl/vts/functional/VtsHalHostapdTargetTest.cpp index 41c54b3..8f88196 100644 --- a/wifi/hostapd/aidl/vts/functional/VtsHalHostapdTargetTest.cpp +++ b/wifi/hostapd/aidl/vts/functional/VtsHalHostapdTargetTest.cpp
@@ -431,6 +431,7 @@ EXPECT_TRUE(status.isOk()); } +GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(HostapdAidl); INSTANTIATE_TEST_SUITE_P( Hostapd, HostapdAidl, testing::ValuesIn(android::getAidlHalInstanceNames(IHostapd::descriptor)),