mbox series

[BlueZ,0/4] Add BASS unit tests for the SPE suite

Message ID 20231004153150.3051-1-iulia.tanasescu@nxp.com (mailing list archive)
Headers show
Series Add BASS unit tests for the SPE suite | expand

Message

Iulia Tanasescu Oct. 4, 2023, 3:31 p.m. UTC
This patch series adds BASS unit tests for the Service Procedures Error
Handling suite.

Some unit tests require the BASS Server to synchronize to a broadcast
source, as instructed by a BASS Client. For this, a testing framework
was added similar to the one used by iso-tester, to emulate hardware.

Iulia Tanasescu (4):
  btio: Bind listener to bcaster addr based on dst opt
  hciemu: Add support for setting emulator bdaddr
  shared/bass: Add miscellaneous fixes
  test-bass: Add unit tests for the SPE suite

 Makefile.am          |   7 +-
 btio/btio.c          |  24 +-
 emulator/hciemu.c    |   9 +
 emulator/hciemu.h    |   2 +
 profiles/audio/bap.c |   4 +-
 src/shared/bass.c    | 179 +++++++---
 src/shared/bass.h    |   1 +
 unit/test-bass.c     | 781 ++++++++++++++++++++++++++++++++++++++++++-
 8 files changed, 942 insertions(+), 65 deletions(-)


base-commit: 5ab5352531a9cc7058cce569607f3a6831464443

Comments

patchwork-bot+bluetooth@kernel.org Oct. 5, 2023, 9 p.m. UTC | #1
Hello:

This series was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Wed,  4 Oct 2023 18:31:46 +0300 you wrote:
> This patch series adds BASS unit tests for the Service Procedures Error
> Handling suite.
> 
> Some unit tests require the BASS Server to synchronize to a broadcast
> source, as instructed by a BASS Client. For this, a testing framework
> was added similar to the one used by iso-tester, to emulate hardware.
> 
> [...]

Here is the summary with links:
  - [BlueZ,1/4] btio: Bind listener to bcaster addr based on dst opt
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=769268f4b1f4
  - [BlueZ,2/4] hciemu: Add support for setting emulator bdaddr
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=b94e33f90aa0
  - [BlueZ,3/4] shared/bass: Add miscellaneous fixes
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=a56bc5ec376a
  - [BlueZ,4/4] test-bass: Add unit tests for the SPE suite
    (no matching commit)

You are awesome, thank you!