All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH  0/7] Add Characteristic Value Reliable Write client TC's
@ 2015-04-16 12:48 Gowtham Anandha Babu
  2015-04-16 12:48 ` [PATCH 2/7] unit/gatt: Add TP/GAW/CL/BI-14-C test Gowtham Anandha Babu
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Gowtham Anandha Babu @ 2015-04-16 12:48 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: bharat.panda, cpgs, Gowtham Anandha Babu

Adds the below client test cases:
1) Characteristic Value Reliable Write - by Client
2) Characteristic Value Reliable Write – Invalid Handle
3) Characteristic Value Reliable Write – Write Not Permitted
4) Characteristic Value Reliable Write – Insufficient Authorization
5) Characteristic Value Reliable Write – Insufficient Authentication
6) Characteristic Value Reliable Write – Insufficient Encryption Key Size

Current GATT TS Summary:
------------------------------------------------------------------------
Group                       Client                          Server
-------------------------------------------------------------------------
Configuration             100% (1 / 1)                100% (1 / 1)
Discovery                  75% (6 / 8)                  75% (6 / 8)
Read                         100% (40 / 40)           40.5% (17 / 42)
Write                        82.1% (32 / 39)             41.5% (17 / 41)
Notification/Indication 100% (2 / 2)                  100% (2 / 2)
Services                    0% (0 / 1)                   0% (0 / 1)
Timeouts                   0% (0 / 2)                   0% (0 / 1)
Attributes                  0% (0 / 10)                  0% (0 / 10)
----------------------------------------------------------------------------
Total                         78.6% (81 / 103)         40.5% (43 / 106)
----------------------------------------------------------------------------

ps: Not included the extra tests like small vs large DB, etc., computed it as single.

The reason for low server test cases are its missing functionality (encryption / authorization / authentication),
as discussed in the previous thread http://thread.gmane.org/gmane.linux.bluez.kernel/58852/focus=58853.

Gowtham Anandha Babu (7):
  unit/gatt: Add TP/GAW/CL/BV-06-C test
  unit/gatt: Add TP/GAW/CL/BI-14-C test
  unit/gatt: Add TP/GAW/CL/BI-15-C test
  unit/gatt: Add TP/GAW/CL/BI-17-C test
  unit/gatt: Add TP/GAW/CL/BI-18-C test
  unit/gatt: Add TP/GAW/CL/BI-19-C test
  doc/test-coverage: Update test-gatt count

 doc/test-coverage.txt |   4 +-
 unit/test-gatt.c      | 119 ++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 121 insertions(+), 2 deletions(-)

-- 
1.9.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-04-17 13:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-16 12:48 [PATCH 0/7] Add Characteristic Value Reliable Write client TC's Gowtham Anandha Babu
2015-04-16 12:48 ` [PATCH 2/7] unit/gatt: Add TP/GAW/CL/BI-14-C test Gowtham Anandha Babu
2015-04-16 12:48 ` [PATCH 3/7] unit/gatt: Add TP/GAW/CL/BI-15-C test Gowtham Anandha Babu
2015-04-16 12:48 ` [PATCH 5/7] unit/gatt: Add TP/GAW/CL/BI-18-C test Gowtham Anandha Babu
2015-04-16 12:48 ` [PATCH 6/7] unit/gatt: Add TP/GAW/CL/BI-19-C test Gowtham Anandha Babu
2015-04-16 12:48 ` [PATCH 7/7] doc/test-coverage: Update test-gatt count Gowtham Anandha Babu
2015-04-17 13:45 ` [PATCH 0/7] Add Characteristic Value Reliable Write client TC's Luiz Augusto von Dentz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.