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

Commit 2310169d authored by William Escande's avatar William Escande
Browse files

Update bluetooth mts tag to bt

Bug: 383863941
Test: m . | test configuration
Flag: TEST_ONLY
Change-Id: I01d323fef05ab1177ff2971444bfb8fd08539e25
parent e1536ce9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -58,6 +58,7 @@ java_defaults {
        "automotive-general-tests",
        "general-tests",
        "mts-bluetooth",
        "mts-bt",
    ],

    instrumentation_for: "Bluetooth",
+2 −2
Original line number Diff line number Diff line
@@ -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',
+4 −1
Original line number Diff line number Diff line
@@ -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",
}
+1 −0
Original line number Diff line number Diff line
@@ -34,5 +34,6 @@ android_test {
    test_suites: [
        "general-tests",
        "mts-bluetooth",
        "mts-bt",
    ],
}
+1 −0
Original line number Diff line number Diff line
@@ -58,6 +58,7 @@ android_test {
    test_suites: [
        "general-tests",
        "mts-bluetooth",
        "mts-bt",
    ],

    min_sdk_version: "Tiramisu",
Loading