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

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

Remove Bt framework and service test suites from MTS

Test: run mts
Tag: #feature
Bug: 232577476
Ignore-AOSP-First: MTS setup only in Internal
Change-Id: I7d2ae0d9d9e17a972f98cb659adb0a8e377bc7c1
parent dc1bcb5e
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>