Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: Bluetooth: tester: Implement TBS registration #79266

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

Thalley
Copy link
Collaborator

@Thalley Thalley commented Oct 1, 2024

TBS registration was changed from static to dynamic and the BT Tester application need to be updated to use the dynamic registration.

@Thalley Thalley marked this pull request as ready for review October 1, 2024 12:38
@Thalley
Copy link
Collaborator Author

Thalley commented Oct 1, 2024

@sjanc this hopefully fixes the TBS issues. Can you trigger the bot to run one or more TBS tests to verify?

@sjanc
Copy link
Collaborator

sjanc commented Oct 1, 2024

#AutoPTS run zephyr TBS/SR/SGGIT/SER/BV-01-C TBS/SR/CP/BV-01-C GTBS/SR/SGGIT/SER/BV-01-C GTBS/SR/CP/BV-01-C

@codecoup-tester
Copy link

Scheduled PR #79266 (comment), board: nrf53, estimated start time: 14:58:42, test case count: 4, estimated duration: 0:03:35

Test cases to be runTBS/SR/SGGIT/SER/BV-01-C
TBS/SR/CP/BV-01-C
GTBS/SR/SGGIT/SER/BV-01-C
GTBS/SR/CP/BV-01-C

@codecoup-tester
Copy link

AutoPTS Bot results:

Failed tests (4)GTBS GTBS/SR/CP/BV-01-C BTP ERROR
GTBS GTBS/SR/SGGIT/SER/BV-01-C BTP ERROR
TBS TBS/SR/CP/BV-01-C BTP ERROR
TBS TBS/SR/SGGIT/SER/BV-01-C BTP ERROR

@Thalley
Copy link
Collaborator Author

Thalley commented Oct 1, 2024

AutoPTS Bot results:
Failed tests (4)
GTBS GTBS/SR/CP/BV-01-C BTP ERROR
GTBS GTBS/SR/SGGIT/SER/BV-01-C BTP ERROR
TBS TBS/SR/CP/BV-01-C BTP ERROR
TBS TBS/SR/SGGIT/SER/BV-01-C BTP ERROR

Welp :(

TBS registration was changed from static to dynamic
and the BT Tester application need to be updated to use
the dynamic registration.

Signed-off-by: Emil Gydesen <[email protected]>
@Thalley
Copy link
Collaborator Author

Thalley commented Oct 1, 2024

AutoPTS Bot results:
Failed tests (4)
GTBS GTBS/SR/CP/BV-01-C BTP ERROR
GTBS GTBS/SR/SGGIT/SER/BV-01-C BTP ERROR
TBS TBS/SR/CP/BV-01-C BTP ERROR
TBS TBS/SR/SGGIT/SER/BV-01-C BTP ERROR

Welp :(

Was due to a bad error check. Should be < 0 instead of != 0 as it will return the index (>= 0) value on success.

@sjanc can you please retrigger?

@sjanc
Copy link
Collaborator

sjanc commented Oct 1, 2024

#AutoPTS run zephyr TBS/SR/SGGIT/SER/BV-01-C TBS/SR/CP/BV-01-C GTBS/SR/SGGIT/SER/BV-01-C GTBS/SR/CP/BV-01-C

@codecoup-tester
Copy link

Scheduled PR #79266 (comment), board: nrf53, estimated start time: 15:26:20, test case count: 4, estimated duration: 0:03:35

Test cases to be runTBS/SR/SGGIT/SER/BV-01-C
TBS/SR/CP/BV-01-C
GTBS/SR/SGGIT/SER/BV-01-C
GTBS/SR/CP/BV-01-C

@codecoup-tester
Copy link

AutoPTS Bot results:
No failed test found.

Successful tests (4)GTBS GTBS/SR/CP/BV-01-C PASS
GTBS GTBS/SR/SGGIT/SER/BV-01-C PASS
TBS TBS/SR/CP/BV-01-C PASS
TBS TBS/SR/SGGIT/SER/BV-01-C PASS (2)

@Thalley Thalley added the bug The issue is a bug, or the PR is fixing a bug label Oct 4, 2024
@fabiobaltieri fabiobaltieri merged commit a4d628e into zephyrproject-rtos:main Oct 4, 2024
19 checks passed
@Thalley Thalley deleted the tbs_bttester branch October 4, 2024 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Bluetooth Audio area: Bluetooth Qualification Bluetooth Qualification -related issues and pull requests area: Bluetooth bug The issue is a bug, or the PR is fixing a bug
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

6 participants