aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShijin Abraham <shijinabraham@google.com>2022-05-27 11:11:34 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-05-28 00:54:18 +0000
commiteb2700b211dfe206b90dff61c8d6f5667dfc788d (patch)
treec25d594f914b6e01b989b89cef311dc734098e19
parent72c73b5a578350b19d0f550687b938469b0f9f65 (diff)
downloadautotest-eb2700b211dfe206b90dff61c8d6f5667dfc788d.tar.gz
bluetooth: Add bluez test to floss cq suite
We need bluez tests in Floss cq suite to ensure that bluez is not broken by floss changes BUG=b:233641006 TEST=None Change-Id: I9f15203cb7975ee9f1fdbfb328a8671b410068a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/autotest/+/3673998 Auto-Submit: Shijin Abraham <shijinabraham@google.com> Commit-Queue: Shijin Abraham <shijinabraham@google.com> Tested-by: Shijin Abraham <shijinabraham@google.com> Reviewed-by: Abhishek Pandit-Subedi <abhishekpandit@google.com> Commit-Queue: Abhishek Pandit-Subedi <abhishekpandit@google.com>
-rw-r--r--server/site_tests/bluetooth_AdapterAUHealth/control.au_a2dp_test2
-rw-r--r--server/site_tests/bluetooth_AdapterCLHealth/control.cl_adapter_pairing_test2
-rw-r--r--server/site_tests/bluetooth_AdapterLEHealth/control.le_mouse_reports2
-rw-r--r--server/site_tests/bluetooth_AdapterSAHealth/control.sa_basic_test2
4 files changed, 4 insertions, 4 deletions
diff --git a/server/site_tests/bluetooth_AdapterAUHealth/control.au_a2dp_test b/server/site_tests/bluetooth_AdapterAUHealth/control.au_a2dp_test
index 192ac74881..bf93a1158d 100644
--- a/server/site_tests/bluetooth_AdapterAUHealth/control.au_a2dp_test
+++ b/server/site_tests/bluetooth_AdapterAUHealth/control.au_a2dp_test
@@ -8,7 +8,7 @@ AUTHOR = 'chromeos-bluetooth'
NAME = 'bluetooth_AdapterAUHealth.au_a2dp_test'
PURPOSE = ('Batch of Bluetooth Classic Audio health tests')
CRITERIA = 'Pass all health test'
-ATTRIBUTES = 'suite:bluetooth, suite:bluetooth_e2e, suite:bluetooth_e2e_cq'
+ATTRIBUTES = 'suite:bluetooth, suite:bluetooth_e2e, suite:bluetooth_e2e_cq, suite:bluetooth_floss_cq'
TIME = 'SHORT' # Approximately 2 mins
TEST_CATEGORY = 'Functional'
TEST_CLASS = 'bluetooth'
diff --git a/server/site_tests/bluetooth_AdapterCLHealth/control.cl_adapter_pairing_test b/server/site_tests/bluetooth_AdapterCLHealth/control.cl_adapter_pairing_test
index 6af80839f5..7fd92e3033 100644
--- a/server/site_tests/bluetooth_AdapterCLHealth/control.cl_adapter_pairing_test
+++ b/server/site_tests/bluetooth_AdapterCLHealth/control.cl_adapter_pairing_test
@@ -8,7 +8,7 @@ AUTHOR = 'chromeos-bluetooth'
NAME = 'bluetooth_AdapterCLHealth.cl_adapter_pairing_test'
PURPOSE = 'Test bluetooth adapter pairing and connecting to a bluetooth device.'
CRITERIA = 'Adapter should work in correct states.'
-ATTRIBUTES = 'suite:bluetooth, suite:bluetooth_e2e, suite:bluetooth_e2e_cq'
+ATTRIBUTES = 'suite:bluetooth, suite:bluetooth_e2e, suite:bluetooth_e2e_cq, suite:bluetooth_floss_cq'
TIME = 'SHORT'
TEST_CATEGORY = 'Functional'
TEST_CLASS = 'bluetooth'
diff --git a/server/site_tests/bluetooth_AdapterLEHealth/control.le_mouse_reports b/server/site_tests/bluetooth_AdapterLEHealth/control.le_mouse_reports
index e66821400e..f067ffec15 100644
--- a/server/site_tests/bluetooth_AdapterLEHealth/control.le_mouse_reports
+++ b/server/site_tests/bluetooth_AdapterLEHealth/control.le_mouse_reports
@@ -8,7 +8,7 @@ AUTHOR = 'chromeos-bluetooth'
NAME = 'bluetooth_AdapterLEHealth.le_mouse_reports'
PURPOSE = ('Batch of Bluetooth LE health tests')
CRITERIA = 'Pass all health test'
-ATTRIBUTES = 'suite:bluetooth, suite:bluetooth_e2e, suite:bluetooth_e2e_cq'
+ATTRIBUTES = 'suite:bluetooth, suite:bluetooth_e2e, suite:bluetooth_e2e_cq, suite:bluetooth_floss_cq'
TIME = 'MEDIUM'
TEST_CATEGORY = 'Functional'
TEST_CLASS = 'bluetooth'
diff --git a/server/site_tests/bluetooth_AdapterSAHealth/control.sa_basic_test b/server/site_tests/bluetooth_AdapterSAHealth/control.sa_basic_test
index 7f877eafaa..5cd7f23c6c 100644
--- a/server/site_tests/bluetooth_AdapterSAHealth/control.sa_basic_test
+++ b/server/site_tests/bluetooth_AdapterSAHealth/control.sa_basic_test
@@ -8,7 +8,7 @@ AUTHOR = 'chromeos-bluetooth'
NAME = 'bluetooth_AdapterSAHealth.sa_basic_test'
PURPOSE = ('batch of Bluetooth stand along health tests')
CRITERIA = 'Pass all health test'
-ATTRIBUTES = 'suite:bluetooth, suite:bluetooth_standalone, suite:bluetooth_standalone_cq, suite:infra_qual'
+ATTRIBUTES = 'suite:bluetooth, suite:bluetooth_standalone, suite:bluetooth_standalone_cq, suite:infra_qual, suite:bluetooth_floss_cq'
TIME = 'MEDIUM'
TEST_CATEGORY = 'Functional'
TEST_CLASS = 'bluetooth'