Bluetooth: Add CddTest annotation am: 9b9d522e09 am: b358db438e am: 83267281aa am: a9eacb9f89
Original change: https://android-review.googlesource.com/c/platform/test/cts-root/+/2526351
Change-Id: Ic6006238ba44c536dd99bb426d09cb22696bcc7e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/tests/bluetooth/src/android/bluetooth/cts_root/BluetoothCddRootTest.java b/tests/bluetooth/src/android/bluetooth/cts_root/BluetoothCddRootTest.java
index 949fe36..d04d9db 100644
--- a/tests/bluetooth/src/android/bluetooth/cts_root/BluetoothCddRootTest.java
+++ b/tests/bluetooth/src/android/bluetooth/cts_root/BluetoothCddRootTest.java
@@ -35,6 +35,7 @@
import androidx.test.filters.SmallTest;
import androidx.test.platform.app.InstrumentationRegistry;
+import com.android.compatibility.common.util.CddTest;
import com.android.helpers.StatsdHelper;
import com.android.os.nano.AtomsProto;
import com.android.os.nano.StatsLog;
@@ -96,6 +97,7 @@
TestUtils.dropPermissionAsShellUid();
}
+ @CddTest(requirements = {"7.4.3/C-1-1"})
@Test
public void test_C_1_1_VrHighPerformance() {
Assume.assumeTrue(mContext.getPackageManager().hasSystemFeature(
@@ -107,6 +109,7 @@
// TODO: Enforce LE data length extension
}
+ @CddTest(requirements = {"7.4.3/C-12-1"})
@Test
public void test_C_12_1_Bluetooth5Requirements() {
Assume.assumeTrue(mHasBluetooth);