Commit Graph

152 Commits

Author SHA1 Message Date
Marcel Holtmann
fedb7f6eab tools: Add testing utility for advertising 2017-06-07 14:12:54 -07:00
Brian Gix
3652220b67 Add test-midi to ignore list 2017-01-25 19:56:29 +02:00
Marcel Holtmann
b16ae734a2 tools: Add testing utility for Eddystone beacons 2015-07-23 00:17:50 +02:00
Szymon Janc
e66c163290 tools: Add initial HCI User Channel tester
This adds basic tests only.
2015-05-18 22:02:19 +02:00
Marcel Holtmann
aa93fed410 peripheral: Add initial code for btsensor application 2015-04-28 09:19:12 -07:00
Marcel Holtmann
b4b016e904 tools: Add utility for analyzing Nokia firmware files 2015-04-10 23:21:47 +02:00
Marcel Holtmann
913e56dc11 tools: Add skeleton for BNEP kernel testing utility 2015-04-04 14:00:17 -07:00
Marcel Holtmann
fa3be045a6 tools: Add simple utility for creating CPIO / initramfs images 2015-04-02 00:03:47 -07:00
Marcel Holtmann
55dc79820f build: Add test utility for checking kernel selftest results 2015-04-01 13:07:46 -07:00
Marcel Holtmann
e622e623de build: Add test-runner utility for virtual machine execution 2015-04-01 01:43:13 -07:00
Szymon Janc
bc8626093c build: Add unit/test-hog binary to .gitignore list 2015-03-17 12:55:53 +01:00
Grzegorz Kolodziejczyk
07861ffd10 tools/bneptest: Add initial support for bneptest tool
This tool should be designed to help testing bnep on BlueZ.
2015-03-13 15:03:48 +01:00
Marcel Holtmann
3e95defad9 tools: Add testing utility for OOB pairing via mgmt API 2015-01-30 23:18:50 -08:00
Luiz Augusto von Dentz
6a56b171b6 build: Add coverage support
Coverage is enabled with --enable-maintainer-mode, 2 new targets are
added 'coverage' and 'clean-coverage', the first generate the reports
using lcov and depend on the second to cleanup previous generated
reports and .gcda files.
2014-12-12 12:24:10 -02:00
Johan Hedberg
a59e8c97fa unit: Add unit test for ECC
This patch adds unit tests for the ECC code. Also this test code has
been taken from https://github.com/kmackay/easy-ecc.
2014-12-03 16:32:45 +02:00
Arman Uguray
46da8d07a7 tools/btgatt-server: Introduce btgatt-server.
This patch introduces tools/btgatt-server, which is a command-line tool
for testing and debugging shared/gatt-server.
2014-11-17 11:29:27 +02:00
Michael Janssen
ee1d6fe79d Add unit tests for gattrib
This will ensure that the API behavior of gattrib is preserved.
2014-11-03 17:17:07 +02:00
Grzegorz Kolodziejczyk
d758b854f5 test-gatt: Add test-gatt binary to .gitignore list 2014-10-03 14:28:04 +03:00
Ravi kumar Veeramally
ee83025c5e mcaptest: Move it from android to tools 2014-10-02 16:09:52 +03:00
Szymon Janc
ffe06d0391 android: Add initial code for AVDTP testing tool
This tools is intended for AVDTP qualification with PTS.
2014-09-01 15:54:16 +02:00
Marcel Holtmann
944343c902 build: Add btgatt-client binary to .gitignore list 2014-08-30 18:46:18 +02:00
Ravi kumar Veeramally
a4eec99fb2 gitignore: Update renamed file name tools/mpris-player to tools/mpris-proxy 2014-08-06 12:07:34 +03:00
Jakub Tyszkowski
574a6a13ca android/tester: Remove old android-tester
All test cases has already been ported to newer framework.
Old tester was removed and new one now uses its old name.
2014-07-30 11:27:22 +02:00
Szymon Janc
2b4f143960 gitignore: Add android/android-tester-ng 2014-07-15 17:42:51 +03:00
Marcel Holtmann
7dd1e9c76c build: Add support for asciidoc based manual pages 2014-07-12 14:26:10 +02:00
Jakub Tyszkowski
126dbad0d1 android/mcaptest: Add skeleton for mcap test tool
This adds skeleton for simple tool for testing mcap library. As mcap-lib
uses bt_io, this tool works in daemon-like mode, by utilizing Glib's main
loop.
2014-06-26 18:04:39 +02:00
Andre Guedes
000d8538f7 gitignore: Add cscope files 2014-06-05 22:21:12 +03:00
Marcel Holtmann
3103f22cd6 build: Add test-uhid binary to .gitignore list 2014-05-23 11:19:49 -07:00
Lukasz Rymanowski
a257810878 unit: Add test case for AES-CMAC-128
Test vectors taken from the NIST Special Publication 800-38B
(http://csrc.nist.gov/publications/PubsSPs.html)
2014-05-20 14:54:30 +03:00
Marcel Holtmann
08b96e69c4 build: Add support for building hex2hcd utility 2014-05-10 18:57:45 -07:00
Marcel Holtmann
ea05fb38b1 build: Move gatt-service test utility into tools directory 2014-03-06 09:46:57 -08:00
Claudio Takahasi
533e4559fc test: Add external service GATT skeleton
This patch adds the initial code for an external GATT service example.
It implements the API defined at doc/gatt-api.txt
2014-03-06 16:53:03 +02:00
Szymon Janc
e54de3e17b gitignore: Ignore Automake generated files for Android unit tests 2014-03-06 10:19:34 +01:00
Marcin Kraglak
b60018b3a7 unit: Initial version of test-hfp
This is skeleton of hfp unit tests with basic init test
for hfp_gw_new().
Basic test with hfp_gw_new() and hfp_gw_unref.
2014-03-06 10:19:34 +01:00
Marcel Holtmann
a1cac4b509 build: Add unit/test-avrcp to .gitignore list 2014-02-24 14:29:49 -08:00
Marcel Holtmann
1c9cef270a tools: Add utility for emulating iBeacon advertising 2014-02-24 14:28:14 -08:00
Marcin Kraglak
981459271d android/unit: Add android IPC unit tests
It will test ipc library. First test case will check
ipc_init() call.
2014-02-03 14:15:00 +01:00
Andrei Emeltchenko
3589834a32 gitignore: Add unit/avctp to .gitignore 2014-02-02 07:59:47 -08:00
Marcel Holtmann
ccbbb8dd3c emulator: Add simple HFP emulator for testing 2014-01-25 12:17:09 -08:00
Marcel Holtmann
611f14dec8 unit: Add basic unit test for queue handling 2014-01-25 11:30:52 -08:00
Marcel Holtmann
b83e92dea4 unit: Add basic tests for simple ring buffer support 2014-01-25 11:08:25 -08:00
Jakub Tyszkowski
8cc27935d3 android/ipc-tester: Skeleton for ipc negative tester
Add skeleton for ipc negative testing.
2014-01-20 23:23:27 +01:00
Marcin Kraglak
11bd593fd7 tools/rfcomm-tester: Initial version of rfcomm-tester
Add rfcomm-tester to tree.
2014-01-16 12:23:15 +02:00
Marcel Holtmann
54b9036ef9 tools: Add Bluemoon configuration utility 2014-01-13 20:57:10 -08:00
Marcel Holtmann
7ba4515fb6 tools: Add skeleton for HCI controller testing 2014-01-12 16:00:47 -08:00
Marcel Holtmann
fc217fc53f tools: Add firmware conversion utility 2014-01-11 00:50:41 -08:00
Szymon Janc
ffde7eee83 android: Add HCI snooping tool
This tool is intended to be run as Android service. It supports
writing HCI snoop data in old btsnoop format only. By default traffic
is stored in /sdcard/btsnoop_hci.log file (can be overridded with
option - mainly for testing on Linux host). Only index 0 is sniffed.
2014-01-01 18:26:47 +02:00
Marcel Holtmann
43177237f7 tools: Add utility for proxying/forwarding HCI controllers 2013-12-30 20:50:03 -08:00
Marcel Holtmann
78640291a9 tools: Add utility for testing 3D Sync Profile 2013-12-27 19:36:04 -08:00
Marcin Kraglak
95268775bf android/tester: Add android-tester
This commit add android-tester.c to tree and Makefile.am.
This will contain set of unit tests for testing android daemon.
2013-12-11 13:10:07 +02:00