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:
Jimmy Chen
2021-08-05 11:29:18 +08:00
parent 5fb5afe821
commit 237a6ea5ea

View File

@@ -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<>);