commit | f97801a1c51f3a7e415adbb67d955e807d12753a | [log] [tgz] |
---|---|---|
author | Gabriel Biren <gbiren@google.com> | Thu Jan 13 16:34:32 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jan 13 16:34:32 2022 +0000 |
tree | 68ae376b3414cd2fd022fcc16229e6a59419c51c | |
parent | ac91c7c9dde8b5123c13c8a5927a33e74c7dc64b [diff] | |
parent | 962d5dfa99ca005be636294a519e752ffc5e1245 [diff] |
Merge "Allow VTS tests to pass on devices without Hostapd AIDL."
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)),