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

Commit c9f21bf6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add a list of testcases for real device test"

parents 071f77c7 2f22c71a
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)"