Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 237a6ea5 authored by Jimmy Chen's avatar Jimmy Chen
Browse files

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
parent 5fb5afe8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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<>);