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

Commit 6775c16e authored by William Escande's avatar William Escande Committed by Android (Google) Code Review
Browse files

Merge "Add Bluetooth android_test(s) into TEST_MAPPING" into tm-qpr-dev

parents 02f4a646 a830e61f
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>