mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
wifi: use 1.4 ISupplicant object for 1.4 vts tests
This would ensure that 1.4 vts tests are run with ISupplicant 1.4 support. Bug: 194979754 Test: atest VtsHalWifiSupplicantV1_4TargetTest Change-Id: Ifaa3e1bb27f1df350b83fb7a4c05b6251a7c2d10
This commit is contained in:
@@ -155,5 +155,6 @@ INSTANTIATE_TEST_CASE_P(
|
||||
testing::ValuesIn(
|
||||
android::hardware::getAllHalInstanceNames(IWifi::descriptor)),
|
||||
testing::ValuesIn(android::hardware::getAllHalInstanceNames(
|
||||
ISupplicant::descriptor))),
|
||||
android::hardware::wifi::supplicant::V1_4::ISupplicant::
|
||||
descriptor))),
|
||||
android::hardware::PrintInstanceTupleNameToString<>);
|
||||
|
||||
Reference in New Issue
Block a user