tests/periph_uart: Add uart robot tests#10497
Closed
MrKevinWeiss wants to merge 9 commits intoRIOT-OS:masterfrom
Closed
tests/periph_uart: Add uart robot tests#10497MrKevinWeiss wants to merge 9 commits intoRIOT-OS:masterfrom
MrKevinWeiss wants to merge 9 commits intoRIOT-OS:masterfrom
Conversation
This introduces a new environment variable for a common directory that holds all output of the build process, such as application or package binaries. This would also allow to easily redirect output to any other location, e.g. for out-of-source builds.
This introduces a new way to write RIOT tests using the RobotFramework, starting by adding new make targets for easy usage.
This adds a couple of tests already ported to RobotFramework.
Add simple wrapper to run static-tests using RobotFramework, this adds some nice HTML-output for free.
Add initial support for the periph_i2c test for the RobotFramework.
This introduces a new way to write RIOT tests using the RobotFramework, starting by adding new make targets for easy usage.
Add initial support for the periph_i2c test for the RobotFramework.
d6daa38 to
58b064f
Compare
Contributor
Author
|
@smlng I think I rebased... Give it a try with the HiL |
Contributor
Author
|
I guess this is not the place for this anymore... |
This file contains hidden or 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
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.
Contribution description
This adds some robot framework based tests that are compatible with the HiL testing. It is off the robot i2c pr and ported from @yegorich uart test
Testing procedure
Either connect up PHiLIP and a DUT and run:
BOARD=<your favorite board> PHILIP_PORT=<your favorite PHiLIP port> make -C tests/periph_uart/ flash robot-test<\br>or wait for the nightlies and check the HiL results
Issues/PRs references
depends on #10147