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

Commit fc4bdf39 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

MTS: only run FrameworksWifiApiTest if Wifi module is installed am: 6df01e92

Change-Id: I0583355aabed0f1082f232785624ed469dc8289d
parents cb4312c6 6df01e92
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -25,4 +25,10 @@
        <option name="runner" value="androidx.test.runner.AndroidJUnitRunner" />
        <option name="hidden-api-checks" value="false"/>
    </test>

    <!-- Only run FrameworksWifiApiTests in MTS if the Wifi Mainline module is installed. -->
    <object type="module_controller"
            class="com.android.tradefed.testtype.suite.module.MainlineTestModuleController">
        <option name="mainline-module-package-name" value="com.google.android.wifi" />
    </object>
</configuration>