Skip to content

Conversation

@BluezTestBot
Copy link
Owner

Add some tests for BPF timestamping on Bluetooth sockets.

These require additional tester kernel config, and at build time
the vmlinux image.

Add cgroup mount to test-runner.

Add documentation to tester config for this.

Add tests:

ISO Send - TX BPF Timestamping

Notes:
This probably needs to wait for the corresponding kernel patch series to
settle down.

Makefile.tools | 29 ++++++
configure.ac | 36 ++++++-
doc/test-runner.rst | 26 ++++-
doc/tester.config | 5 +
tools/iso-tester.c | 71 ++++++++++++-
tools/test-runner.c | 1 +
tools/tester.bpf.c | 92 +++++++++++++++++
tools/tester.bpf.h | 7 ++
tools/tester.h | 244 ++++++++++++++++++++++++++++++++++++--------
9 files changed, 463 insertions(+), 48 deletions(-)
create mode 100644 tools/tester.bpf.c
create mode 100644 tools/tester.bpf.h

tedd-an and others added 2 commits March 28, 2025 21:15
This patch adds workflow files for ci:

[sync.yml]
  - runs every 30 mins.
  - sync repo with upstream repo and rebase workflow branch to tip of
    master.
  - creates PR after reading patches from patchwork.kernel.org

[ci.yml]
  - Tests the following checks:
    - checkpatch
    - gitlint
    - make
    - make check

[code_scan.yml]
    - Static code checker: Coverity and Clang
    - Coverity: Submit the result to the coverity website
    - Clang Code Scan: Send email with result file to the internal team

To simplify the history, new change will amend to this patch without
creating new patch.
Add some tests for BPF timestamping on Bluetooth sockets.

These require additional tester kernel config, and at build time
the vmlinux image.

Add cgroup mount to test-runner.

Add documentation to tester config for this.

Add tests:

ISO Send - TX BPF Timestamping
@BluezTestBot
Copy link
Owner Author

CheckPatch
Desc: Run checkpatch.pl script
Duration: 0.21 seconds
Result: PENDING

@BluezTestBot
Copy link
Owner Author

GitLint
Desc: Run gitlint
Duration: 0.19 seconds
Result: PENDING

@BluezTestBot
Copy link
Owner Author

BuildEll
Desc: Build and Install ELL
Duration: 20.62 seconds
Result: PASS

@BluezTestBot
Copy link
Owner Author

BluezMake
Desc: Build BlueZ
Duration: 1469.53 seconds
Result: PASS

@BluezTestBot
Copy link
Owner Author

MakeCheck
Desc: Run Bluez Make Check
Duration: 12.86 seconds
Result: PASS

@BluezTestBot
Copy link
Owner Author

MakeDistcheck
Desc: Run Bluez Make Distcheck
Duration: 8.87 seconds
Result: FAIL
Output:


make[2]: *** No rule to make target 'tools/tester.skel.h', needed by 'distdir-am'.  Stop.
make[1]: *** [Makefile:12503: distdir] Error 2
make: *** [Makefile:12579: dist] Error 2

@BluezTestBot
Copy link
Owner Author

CheckValgrind
Desc: Run Bluez Make Check with Valgrind
Duration: 221.66 seconds
Result: PASS

@BluezTestBot
Copy link
Owner Author

CheckSmatch
Desc: Run smatch tool with source
Duration: 294.34 seconds
Result: PASS

@BluezTestBot
Copy link
Owner Author

bluezmakeextell
Desc: Build Bluez with External ELL
Duration: 101.95 seconds
Result: PASS

@BluezTestBot
Copy link
Owner Author

IncrementalBuild
Desc: Incremental build with the patches in the series
Duration: 0.22 seconds
Result: PENDING

@BluezTestBot
Copy link
Owner Author

ScanBuild
Desc: Run Scan Build
Duration: 862.20 seconds
Result: PASS

@github-actions github-actions bot force-pushed the workflow branch 4 times, most recently from a6c8b9c to d9941ad Compare April 2, 2025 10:43
@BluezTestBot BluezTestBot deleted the 948351 branch April 5, 2025 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants