-
Notifications
You must be signed in to change notification settings - Fork 4
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
Improve test infrastructure #154
Merged
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
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
For better testcase filter by 'depends_on' the board must provide the supported DAC feature on XIAO connector. Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
For better testcase filter by 'depends_on' the board must provide all supported RPi Pico connector features. Signed-off-by: Stephan Linz <[email protected]>
This global quarantine list defines all valid exclusion constraints of the upcoming supertest matrix for all integration platforms supported by Bridle in one place. Signed-off-by: Stephan Linz <[email protected]>
Together with the new global quarantine list all specific test cases are now more generic and independent of special white or black lists. When ever an exclusion will be needed this rule have to add to the new global quarantine list. Signed-off-by: Stephan Linz <[email protected]>
Together with the new global quarantine list all specific test cases are now more generic and independent of special white or black lists. When ever an exclusion will be needed this rule have to add to the new global quarantine list. Signed-off-by: Stephan Linz <[email protected]>
Together with the new global quarantine list all specific test cases are now more generic and independent of special white or black lists. When ever an exclusion will be needed this rule have to add to the new global quarantine list. Signed-off-by: Stephan Linz <[email protected]>
Together with the new global quarantine list all specific test cases are now more generic and independent of special white or black lists. When ever an exclusion will be needed this rule have to add to the new global quarantine list. In addition, the "Grove Base V2" shield constellation is also being tested on the Seeed Studio Lotus board. Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
- add new prefix 'nxp' - add new prefix 'tiac' - add new prefix 'waveshare' - fix full name of prefix 'st' Signed-off-by: Stephan Linz <[email protected]>
In conjunction with the new Twister upstream support for filtering tests by board manufacturer or vendor, Bridle now also provides the vendor entry for each supported board. Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
tobiaskaestner
approved these changes
Nov 10, 2023
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.
LGTM, many thanks
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.
This fulfills issues #151 and #152 with following improvements:
tests/quarantine.yaml
.CONFIG_LED
andCONFIG_LED_SHELL
were disable for this boards as default.