mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2025-01-23 04:43:35 +08:00
doc: Add document summarizing current test coverage
This commit is contained in:
parent
505693c878
commit
26f9879e92
@ -200,7 +200,8 @@ endif
|
||||
|
||||
EXTRA_DIST += $(test_scripts)
|
||||
|
||||
EXTRA_DIST += doc/assigned-numbers.txt doc/supported-features.txt
|
||||
EXTRA_DIST += doc/assigned-numbers.txt doc/supported-features.txt \
|
||||
doc/test-coverage.txt doc/settings-storage.txt
|
||||
|
||||
EXTRA_DIST += doc/mgmt-api.txt \
|
||||
doc/adapter-api.txt doc/device-api.txt \
|
||||
|
50
doc/test-coverage.txt
Normal file
50
doc/test-coverage.txt
Normal file
@ -0,0 +1,50 @@
|
||||
BlueZ test coverage
|
||||
*******************
|
||||
|
||||
|
||||
Automated unit testing
|
||||
======================
|
||||
|
||||
Application Count Description
|
||||
-------------------------------------------
|
||||
test-crc 9 Link Layer CRC-24 checksum
|
||||
test-eir 14 EIR and AD parsing
|
||||
test-lib 12 SDP library functions
|
||||
test-sdp 133 SDP qualification test cases
|
||||
test-uuid 30 UUID conversion handling
|
||||
test-mgmt 2 Management interface handling
|
||||
test-textfile 4 Old textfile storage format
|
||||
test-avdtp 60 AVDTP qualification test cases
|
||||
test-gobex 31 Generic OBEX functionality
|
||||
test-gobex-packet 9 OBEX packet handling
|
||||
test-gobex-header 28 OBEX header handling
|
||||
test-gobex-apparam 18 OBEX apparam handling
|
||||
test-gobex-transfer 36 OBEX transfer handling
|
||||
test-gdbus-client 12 D-Bus client handling
|
||||
-----
|
||||
398
|
||||
|
||||
|
||||
Automated end-to-end testing
|
||||
============================
|
||||
|
||||
Application Count Description
|
||||
-------------------------------------------
|
||||
mgmt-tester 162 Kernel management interface testing
|
||||
l2cap-tester 15 Kernel L2CAP implementation testing
|
||||
smp-tester 4 Kernel SMP implementation testing
|
||||
sco-tester 8 Kernel SCO implementation testing
|
||||
gap-tester 1 Daemon D-Bus API testing
|
||||
-----
|
||||
190
|
||||
|
||||
|
||||
Android end-to-end testing
|
||||
==========================
|
||||
|
||||
Application Count Description
|
||||
-------------------------------------------
|
||||
android-tester 44 Android HAL interface testing
|
||||
-----
|
||||
44
|
||||
|
Loading…
Reference in New Issue
Block a user