forked from auto-pts/auto-pts
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Autopts upmerge 03 2025 #25
Merged
Frodevan
merged 15 commits into
nrfconnect:master
from
Frodevan:autopts_upmerge_03_2025
Feb 28, 2025
Merged
Autopts upmerge 03 2025 #25
Frodevan
merged 15 commits into
nrfconnect:master
from
Frodevan:autopts_upmerge_03_2025
Feb 28, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If readback protection was enabled at previous image, nrfjprog will handle that and flash the current image without issues.
This also replaces discontinued Launchstudio (bls) with new and shiny Bluetooth Qualification Workspace project (bqw).
autoptsserver will try to launch for specified amount of times with unplugged dongle before terminating the process. Use Param value 0 to disable this
ERROR_TXT_FILE will be written to when invalid PIXIT name or value is set. We check for this file in _run_test function from cron to stop it from restarting indefinitely.
- Add ternary operation to start adv when tc_name includes CAP/ACC - Move bd_addr IXIT update to pre_conditions as this was done for all tests - Fixes regression for CAP/INI/BST tests where broadcast advertisement would not start in Zephyr Signed-off-by: Alexander Svensen <alexander.svensen@nordicsemi.no>
Adds description for a gap_set_rpa_timeout command, which would enable dynamically changing rpa timeout.
This unify documentation format, initial idea was to use tabs (8 spaces wide) for indentation but this seems to be causing discrepancies in editors and with time it was not really coherent (various places asuming 4 spaces tabs, or indentation with spaces only). Just unify this and use spaces for indentation (8 spaces for level). This also fixes some convention discrepancies in BTP descriptions so it is easier to follow.
- Add CAP/CL/ADV/BV-03-C to custom list - Needed targeted_conditions Signed-off-by: Alexander Svensen <alexander.svensen@nordicsemi.no>
Usage of MSYS2_BASH_PATH variable in check_call ensures that the right bash from msys2 is being used.
Removing .bqw at cleanup leaves autopts in dirty state.
TSPC_L2CAP_2_45a (Send Disconnect Request Command - LE (C.22)) was not enabled.
L2CAP service is needed only for CoC testing. Also cleanup some custom tests that were using default configuration anyway. This allows to run fixed channels related tests without CoC enabled.
The fix has been incorperated in PTS and the errata list and the sleep workaround has been updated. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
- Add test BAP/BSRC/SCC/BV-38-C - Add bap_broadcast_source_setup_v2, includes broadcast_id Signed-off-by: Graham Wacey <graham.wacey@nordicsemi.no> Signed-off-by: Alexander Svensen <alexander.svensen@nordicsemi.no>
theob-pro
approved these changes
Feb 28, 2025
m-alperen-sener
approved these changes
Feb 28, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bring fork up to date with latest upstream autopts