Loading android/app/tests/unit/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,7 @@ java_defaults { "automotive-general-tests", "general-tests", "mts-bluetooth", "mts-bt", ], instrumentation_for: "Bluetooth", Loading android/pandora/gen_cov.py +2 −2 Original line number Diff line number Diff line Loading @@ -9,8 +9,8 @@ import subprocess import sys import xml.etree.ElementTree as ET JAVA_UNIT_TESTS = 'test/mts/tools/mts-tradefed/res/config/mts-bluetooth-tests-list-shard-01.xml' NATIVE_UNIT_TESTS = 'test/mts/tools/mts-tradefed/res/config/mts-bluetooth-tests-list-shard-02.xml' JAVA_UNIT_TESTS = 'test/mts/tools/mts-tradefed/res/config/mts-bt-tests-list-shard-01.xml' NATIVE_UNIT_TESTS = 'test/mts/tools/mts-tradefed/res/config/mts-bt-tests-list-shard-02.xml' DO_NOT_RETRY_TESTS = { 'CtsBluetoothTestCases', 'GoogleBluetoothInstrumentationTests', Loading android/pandora/server/Android.bp +4 −1 Original line number Diff line number Diff line Loading @@ -77,6 +77,9 @@ android_test { "configs/pts_bot_tests_config.json", "configs/pts_bot_tests_config_auto.json", ], test_suites: ["mts-bluetooth"], test_suites: [ "mts-bluetooth", "mts-bt", ], min_sdk_version: "Tiramisu", } framework/tests/unit/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -34,5 +34,6 @@ android_test { test_suites: [ "general-tests", "mts-bluetooth", "mts-bt", ], } service/tests/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,7 @@ android_test { test_suites: [ "general-tests", "mts-bluetooth", "mts-bt", ], min_sdk_version: "Tiramisu", Loading Loading
android/app/tests/unit/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,7 @@ java_defaults { "automotive-general-tests", "general-tests", "mts-bluetooth", "mts-bt", ], instrumentation_for: "Bluetooth", Loading
android/pandora/gen_cov.py +2 −2 Original line number Diff line number Diff line Loading @@ -9,8 +9,8 @@ import subprocess import sys import xml.etree.ElementTree as ET JAVA_UNIT_TESTS = 'test/mts/tools/mts-tradefed/res/config/mts-bluetooth-tests-list-shard-01.xml' NATIVE_UNIT_TESTS = 'test/mts/tools/mts-tradefed/res/config/mts-bluetooth-tests-list-shard-02.xml' JAVA_UNIT_TESTS = 'test/mts/tools/mts-tradefed/res/config/mts-bt-tests-list-shard-01.xml' NATIVE_UNIT_TESTS = 'test/mts/tools/mts-tradefed/res/config/mts-bt-tests-list-shard-02.xml' DO_NOT_RETRY_TESTS = { 'CtsBluetoothTestCases', 'GoogleBluetoothInstrumentationTests', Loading
android/pandora/server/Android.bp +4 −1 Original line number Diff line number Diff line Loading @@ -77,6 +77,9 @@ android_test { "configs/pts_bot_tests_config.json", "configs/pts_bot_tests_config_auto.json", ], test_suites: ["mts-bluetooth"], test_suites: [ "mts-bluetooth", "mts-bt", ], min_sdk_version: "Tiramisu", }
framework/tests/unit/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -34,5 +34,6 @@ android_test { test_suites: [ "general-tests", "mts-bluetooth", "mts-bt", ], }
service/tests/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,7 @@ android_test { test_suites: [ "general-tests", "mts-bluetooth", "mts-bt", ], min_sdk_version: "Tiramisu", Loading