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

Commit eca145d0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add a list of testcases for real device test" am: c9f21bf6 am: e2fc001b am: 63e1052c

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1828532

Change-Id: I90c0a6be3ac1eb9941728a5d7048b881796b3a12
parents 524f8a67 63e1052c
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
CertSelfTest
SimpleHalTest
DirectHciTest
LeAdvertisingManagerTest
LeScanningManagerTest
LeExtendedScanningManagerTest
LeScanningWithSecurityTest
NeighborTest
ControllerTest
AclManagerTest
LeAclManagerTest
StackTest
DualL2capTest
LeSecurityTest
ShimTest
LeIsoTest
+1 −0
Original line number Diff line number Diff line
@@ -156,6 +156,7 @@ function parse_options {
        ;;
        --device)
        TEST_CONFIG="${ANDROID_BUILD_TOP}/packages/modules/Bluetooth/system/gd/cert/devices_config.json"
        TEST_FILTER="-tf ${ANDROID_BUILD_TOP}/packages/modules/Bluetooth/system/gd/cert/real_device_testcases"
        RR="$(cat ${TEST_CONFIG}|grep \"CERT\\\|DUT\")"
        if [ "$RR" != "" ]; then
        DUT_SERIAL="$(menu-adb DUT)"