Loading TEST_MAPPING +44 −0 Original line number Diff line number Diff line Loading @@ -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" } ] } android/app/tests/unit/AndroidTest.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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> android/app/tests/unit/GoogleAndroidTest.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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> Loading
TEST_MAPPING +44 −0 Original line number Diff line number Diff line Loading @@ -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" } ] }
android/app/tests/unit/AndroidTest.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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>
android/app/tests/unit/GoogleAndroidTest.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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>