Merge "Allow VTS tests to pass on devices without Hostapd AIDL."
This commit is contained in:
commit
f97801a1c5
1 changed files with 1 additions and 0 deletions
|
@ -431,6 +431,7 @@ TEST_P(HostapdAidl, AddAccessPointWithDualBandConfig) {
|
||||||
EXPECT_TRUE(status.isOk());
|
EXPECT_TRUE(status.isOk());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(HostapdAidl);
|
||||||
INSTANTIATE_TEST_SUITE_P(
|
INSTANTIATE_TEST_SUITE_P(
|
||||||
Hostapd, HostapdAidl,
|
Hostapd, HostapdAidl,
|
||||||
testing::ValuesIn(android::getAidlHalInstanceNames(IHostapd::descriptor)),
|
testing::ValuesIn(android::getAidlHalInstanceNames(IHostapd::descriptor)),
|
||||||
|
|
Loading…
Reference in a new issue