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

Commit 748c1de0 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:...

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

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

Change-Id: Id825c39d2073a43f328d7c4379c73d3786239196
parents 70d0b2bd cc9a9238
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)"