test-coverage.txt 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. BlueZ test coverage
  2. *******************
  3. Automated unit testing
  4. ======================
  5. Application Count Description
  6. -------------------------------------------
  7. test-crc 9 Link Layer CRC-24 checksum
  8. test-eir 14 EIR and AD parsing
  9. test-lib 14 SDP library functions
  10. test-sdp 133 SDP qualification test cases
  11. test-uuid 30 UUID conversion handling
  12. test-mgmt 9 Management interface handling
  13. test-crypto 5 Cryptographic toolbox helpers
  14. test-textfile 4 Old textfile storage format
  15. test-ringbuf 3 Ring buffer functionality
  16. test-queue 6 Queue handling functionality
  17. test-uhid 6 Userspace HID functionality
  18. test-hfp 29 HFP Audio Gateway functionality
  19. test-avdtp 60 AVDTP qualification test cases
  20. test-avctp 9 AVCTP qualification test cases
  21. test-avrcp 110 AVRCP qualification test cases
  22. test-gobex 31 Generic OBEX functionality
  23. test-gobex-packet 9 OBEX packet handling
  24. test-gobex-header 28 OBEX header handling
  25. test-gobex-apparam 18 OBEX apparam handling
  26. test-gobex-transfer 36 OBEX transfer handling
  27. test-gdbus-client 13 D-Bus client handling
  28. test-gatt 180 GATT qualification test cases
  29. test-hog 6 HID Over GATT qualification test cases
  30. -----
  31. 761
  32. Automated end-to-end testing
  33. ============================
  34. Application Count Description
  35. -------------------------------------------
  36. mgmt-tester 331 Kernel management interface testing
  37. l2cap-tester 33 Kernel L2CAP implementation testing
  38. rfcomm-tester 9 Kernel RFCOMM implementation testing
  39. bnep-tester 1 Kernel BNEP implementation testing
  40. smp-tester 8 Kernel SMP implementation testing
  41. sco-tester 8 Kernel SCO implementation testing
  42. gap-tester 1 Daemon D-Bus API testing
  43. hci-tester 14 Controller hardware testing
  44. userchan-tester 3 Kernel HCI User Channel testting
  45. -----
  46. 408
  47. Android end-to-end testing
  48. ==========================
  49. Application Count Description
  50. -------------------------------------------
  51. android-tester 194 Android HAL interface testing
  52. ipc-tester 132 Android IPC resistance testing
  53. -----
  54. 326
  55. Android automated unit testing
  56. ==============================
  57. Application Count Description
  58. -------------------------------------------
  59. test-ipc 14 Android IPC library functions
  60. -----
  61. 14