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

Commit a830e61f authored by David Duarte's avatar David Duarte Committed by William Escande
Browse files

Add Bluetooth android_test(s) into TEST_MAPPING

Test: TreeHugger
Bug: 265213364
Change-Id: I91ce09f8d315ee9bb250031c9df61ff0c0548b88
Merged-In: I91ce09f8d315ee9bb250031c9df61ff0c0548b88
(cherry picked from commit 59a6c19a)
Merged-In: I91ce09f8d315ee9bb250031c9df61ff0c0548b88
parent 63896bee
Loading
Loading
Loading
Loading
+44 −0
Original line number Diff line number Diff line
@@ -70,6 +70,50 @@
    },
    {
      "name" : "net_test_stack_btm"
    },
    {
      "name" : "BluetoothInstrumentationTests",
      "options" : [{
        // b/259422308
        "exclude-filter" : "com.android.bluetooth.opp.BluetoothOppTransferTest#eventHandler_handleMessage_MSG_CONNECT_TIMEOUT"
      }, {
        // b/259422308
        "exclude-filter" : "com.android.bluetooth.opp.BluetoothOppTransferTest#eventHandler_handleMessage_MSG_SHARE_INTERRUPTED_batchFailed"
      }, {
        // b/259422308
        "exclude-filter" : "com.android.bluetooth.opp.BluetoothOppTransferTest#eventHandler_handleMessage_TRANSPORT_ERROR_connectThreadIsNull"
      }, {
        // b/259422308
        "exclude-filter" : "com.android.bluetooth.opp.BluetoothOppTransferTest#onBatchCanceled_checkStatus"
      }, {
        // b/259422308
        "exclude-filter" : "com.android.bluetooth.opp.BluetoothOppUtilityTest#openReceivedFile_fileNotExist"
      }]
    },
    {
      "name" : "GoogleBluetoothInstrumentationTests",
      "options" : [{
        // b/259422308
        "exclude-filter" : "com.android.bluetooth.opp.BluetoothOppTransferTest#eventHandler_handleMessage_MSG_CONNECT_TIMEOUT"
      }, {
        // b/259422308
        "exclude-filter" : "com.android.bluetooth.opp.BluetoothOppTransferTest#eventHandler_handleMessage_MSG_SHARE_INTERRUPTED_batchFailed"
      }, {
        // b/259422308
        "exclude-filter" : "com.android.bluetooth.opp.BluetoothOppTransferTest#eventHandler_handleMessage_TRANSPORT_ERROR_connectThreadIsNull"
      }, {
        // b/259422308
        "exclude-filter" : "com.android.bluetooth.opp.BluetoothOppTransferTest#onBatchCanceled_checkStatus"
      }, {
        // b/259422308
        "exclude-filter" : "com.android.bluetooth.opp.BluetoothOppUtilityTest#openReceivedFile_fileNotExist"
      }]
    },
    {
      "name" : "FrameworkBluetoothTests"
    },
    {
      "name" : "ServiceBluetoothTests"
    }
  ]
}
+2 −1
Original line number Diff line number Diff line
@@ -64,9 +64,10 @@
        <option name="hidden-api-checks" value="false"/>
    </test>

    <!-- Only run Cts Tests in MTS if the Bluetooth Mainline module is installed. -->
    <!-- Only run if the Bluetooth Mainline module is installed. -->
    <object type="module_controller"
            class="com.android.tradefed.testtype.suite.module.MainlineTestModuleController">
        <option name="enable" value="true" />
        <option name="mainline-module-package-name" value="com.android.btservices" />
    </object>
</configuration>
+2 −1
Original line number Diff line number Diff line
@@ -64,9 +64,10 @@
        <option name="hidden-api-checks" value="false"/>
    </test>

    <!-- Only run Cts Tests in MTS if the Bluetooth Mainline module is installed. -->
    <!-- Only run if the Google Bluetooth Mainline module is installed. -->
    <object type="module_controller"
            class="com.android.tradefed.testtype.suite.module.MainlineTestModuleController">
        <option name="enable" value="true" />
        <option name="mainline-module-package-name" value="com.google.android.btservices" />
    </object>
</configuration>