From 26f9879e9211e07a4d5fb95827876714a4ce0ae5 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 11 Jan 2014 21:15:41 -0800 Subject: [PATCH] doc: Add document summarizing current test coverage --- Makefile.am | 3 ++- doc/test-coverage.txt | 50 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+), 1 deletion(-) create mode 100644 doc/test-coverage.txt diff --git a/Makefile.am b/Makefile.am index 23516b9e7..917f545b5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ diff --git a/doc/test-coverage.txt b/doc/test-coverage.txt new file mode 100644 index 000000000..1cfe7fb89 --- /dev/null +++ b/doc/test-coverage.txt @@ -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 + -- 2.47.3