mbox series

[BlueZ,v4,0/2] Add mesh testing support

Message ID 20220831235932.290032-1-brian.gix@intel.com
Headers show
Series Add mesh testing support | expand

Message

Brian Gix Aug. 31, 2022, 11:59 p.m. UTC
This patch set reserves MGMT events and opcodes for Mesh, and adds a new
unit tester for those features: mesh-tester

v2 - v4: Fix whitespace


Brian Gix (2):
  lib: Add mgmt opcodes and events for Mesh
  tools: Add mesh-tester to test Kernel mesh support

 Makefile.tools      |   12 +-
 lib/mgmt.h          |   47 ++
 tools/mesh-tester.c | 1441 +++++++++++++++++++++++++++++++++++++++++++
 tools/test-runner.c |    2 +
 4 files changed, 1501 insertions(+), 1 deletion(-)
 create mode 100644 tools/mesh-tester.c

Comments

patchwork-bot+bluetooth@kernel.org Sept. 1, 2022, 10 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, 31 Aug 2022 16:59:30 -0700 you wrote:
> This patch set reserves MGMT events and opcodes for Mesh, and adds a new
> unit tester for those features: mesh-tester
> 
> v2 - v4: Fix whitespace
> 
> 
> Brian Gix (2):
>   lib: Add mgmt opcodes and events for Mesh
>   tools: Add mesh-tester to test Kernel mesh support
> 
> [...]

Here is the summary with links:
  - [BlueZ,v4,1/2] lib: Add mgmt opcodes and events for Mesh
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=4f452c7753da
  - [BlueZ,v4,2/2] tools: Add mesh-tester to test Kernel mesh support
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=da4b654834b1

You are awesome, thank you!