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

Commit e2fc001b 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

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

Change-Id: I72e8e2f39daa1357957923c95cd2b91d5cc2f923
parents 6885ae5f c9f21bf6
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)"