-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Conversation
@sjanc this hopefully fixes the TBS issues. Can you trigger the bot to run one or more TBS tests to verify? |
#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 |
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-CTBS/SR/CP/BV-01-C GTBS/SR/SGGIT/SER/BV-01-C GTBS/SR/CP/BV-01-C |
AutoPTS Bot results: Failed tests (4)GTBS GTBS/SR/CP/BV-01-C BTP ERRORGTBS 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]>
Was due to a bad error check. Should be @sjanc can you please retrigger? |
#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 |
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-CTBS/SR/CP/BV-01-C GTBS/SR/SGGIT/SER/BV-01-C GTBS/SR/CP/BV-01-C |
AutoPTS Bot results: Successful tests (4)GTBS GTBS/SR/CP/BV-01-C PASSGTBS 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) |
TBS registration was changed from static to dynamic and the BT Tester application need to be updated to use the dynamic registration.