tizen 2.3 release
[framework/connectivity/bluez.git] / doc / test-coverage.txt
1 BlueZ test coverage
2 *******************
3
4
5 Automated unit testing
6 ======================
7
8 Application             Count   Description
9 -------------------------------------------
10 test-crc                   9    Link Layer CRC-24 checksum
11 test-eir                  14    EIR and AD parsing
12 test-lib                  14    SDP library functions
13 test-sdp                 133    SDP qualification test cases
14 test-uuid                 30    UUID conversion handling
15 test-mgmt                  2    Management interface handling
16 test-textfile              4    Old textfile storage format
17 test-ringbuf               3    Ring buffer functionality
18 test-queue                 1    Queue handling functionality
19 test-hfp                   9    HFP Audio Gateway functionality
20 test-avdtp                60    AVDTP qualification test cases
21 test-avctp                 9    AVCTP qualification test cases
22 test-avrcp                37    AVRCP qualification test cases
23 test-gobex                31    Generic OBEX functionality
24 test-gobex-packet          9    OBEX packet handling
25 test-gobex-header         28    OBEX header handling
26 test-gobex-apparam        18    OBEX apparam handling
27 test-gobex-transfer       36    OBEX transfer handling
28 test-gdbus-client         12    D-Bus client handling
29                         -----
30                          442
31
32
33 Automated end-to-end testing
34 ============================
35
36 Application             Count   Description
37 -------------------------------------------
38 mgmt-tester              184    Kernel management interface testing
39 l2cap-tester              26    Kernel L2CAP implementation testing
40 rfcomm-tester              9    Kernel RFCOMM implementation testing
41 smp-tester                 5    Kernel SMP implementation testing
42 sco-tester                 8    Kernel SCO implementation testing
43 gap-tester                 1    Daemon D-Bus API testing
44 hci-tester                14    Controller hardware testing
45                         -----
46                          247
47
48
49 Android end-to-end testing
50 ==========================
51
52 Application             Count   Description
53 -------------------------------------------
54 android-tester            86    Android HAL interface testing
55 ipc-tester                94    Android IPC resistance testing
56                         -----
57                          180
58
59
60 Android automated unit testing
61 ==============================
62
63 Application             Count   Description
64 -------------------------------------------
65 test-ipc                  14    Android IPC library functions
66                         -----
67                           14