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

Commit 50ba7bdf authored by Etienne Ruffieux's avatar Etienne Ruffieux Committed by Automerger Merge Worker
Browse files

Merge "Added BluetoothInstrumentationTests to mts suite" into tm-dev am: eb08226e

parents 49279e23 eb08226e
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -44,7 +44,10 @@ android_test {
    },
    platform_apis: true,

    test_suites: ["device-tests"],
    test_suites: [
        "device-tests",
        "mts-bluetooth",
    ],

    instrumentation_for: "Bluetooth",
}
+6 −0
Original line number Diff line number Diff line
@@ -34,4 +34,10 @@
        <option name="package" value="com.android.bluetooth.tests" />
        <option name="hidden-api-checks" value="false"/>
    </test>

    <!-- Only run Cts Tests in MTS if the Bluetooth 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.bluetooth" />
    </object>
</configuration>