mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
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
This commit is contained in:
@@ -431,6 +431,7 @@ TEST_P(HostapdAidl, AddAccessPointWithDualBandConfig) {
|
||||
EXPECT_TRUE(status.isOk());
|
||||
}
|
||||
|
||||
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(HostapdAidl);
|
||||
INSTANTIATE_TEST_SUITE_P(
|
||||
Hostapd, HostapdAidl,
|
||||
testing::ValuesIn(android::getAidlHalInstanceNames(IHostapd::descriptor)),
|
||||
|
||||
Reference in New Issue
Block a user