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

Commit da0a12fb authored by Etienne Ruffieux's avatar Etienne Ruffieux
Browse files

[automerge] Remove Bt framework and service test suites from MTS 2p: b558aede

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/19462295

Bug: 232577476
Tag: #feature
Test: run mts
Change-Id: I72905dd670a4daee95d2bdc091d0f7887a931694
parents 86564876 b558aede
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -26,6 +26,5 @@ android_test {
    ],
    test_suites: [
        "general-tests",
        "mts-bluetooth",
    ],
}
+0 −6
Original line number Diff line number Diff line
@@ -29,10 +29,4 @@
        <option name="hidden-api-checks" value="false"/>
        <option name="runner" value="android.bluetooth.BluetoothTestRunner"/>
    </test>

    <!-- Only run BluetoothTests 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.android.btservices" />
    </object>
</configuration>
+0 −1
Original line number Diff line number Diff line
@@ -76,6 +76,5 @@ android_test {

    test_suites: [
        "general-tests",
        "mts-bluetooth",
    ],
}
+0 −6
Original line number Diff line number Diff line
@@ -27,10 +27,4 @@
        <option name="runner" value="com.android.server.bluetooth.CustomTestRunner" />
        <option name="hidden-api-checks" value="false"/>
    </test>

    <!-- Only run ServiceBluetoothTests 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.android.btservices" />
    </object>
</configuration>