-
Notifications
You must be signed in to change notification settings - Fork 8.1k
tests: remove misuse of snippets #97986
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
base: main
Are you sure you want to change the base?
tests: remove misuse of snippets #97986
Conversation
Tests cases which needs to apply a single overlay file for testing should not use snippets. Cleanup the test case by reordering the snippet to be SoC specific and adjust overlay selection using FILE_SUFFIX. Signed-off-by: Torsten Rasmussen <[email protected]>
3a07e44
to
478c271
Compare
Why removing bl54l15_dvk_nrf54l15_cpuapp.overlay? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very much appreciated, thanks!
because it uses Soc files which means it will apply for any nrf54l15 SoC |
because there's a common SoC overlay, |
|
Tests cases which needs to apply a single overlay file for testing should not use snippets.
Cleanup the test case by reordering the snippet to be SoC specific and adjust overlay selection using FILE_SUFFIX.