-
Notifications
You must be signed in to change notification settings - Fork 2.1k
tests/riotboot: migrate to full python test script #11843
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
Conversation
9ee912b
to
6eed370
Compare
6eed370
to
9e0198c
Compare
9e0198c
to
02070fe
Compare
02070fe
to
5b2c75c
Compare
5b2c75c
to
dbc8b07
Compare
c79cbc3
to
3b942a3
Compare
3b942a3
to
a8c8bcc
Compare
@kaspar030 I have an Issue where running tests doesn't seem deterministic. I re-launched the tests although last run was successful, and although no code changes have been made, some tests failed this time, interestingly not on the same platform and in one case it succeeded on gnu and the other on lvm. Could it be that the term output isn't getting captured properly? It seems it detects the wrong image version at times. Also I have seen |
I think it's more visible if you write these kind of requests to ci@riot-os.org ;-) |
hmmm.. for some reason the email is bouncing back. |
dfea8b9
to
eb7eaa8
Compare
5a40106
to
7066afd
Compare
7066afd
to
39467ba
Compare
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.
A few minor comments, otherwise that looks good!
Can I squash directly? |
Sure! |
39467ba
to
64fbe19
Compare
2aea9c8
to
eba1a5c
Compare
eba1a5c
to
d632d9a
Compare
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.
Still some typos.
The other changes are good and work (tested locally on samr21-xpro).
Add shell_commands to use shell version on `test_utils_interactive_sync`
d632d9a
to
e41cebb
Compare
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.
All good now.
ACK
Contribution description
This PR adapts
tests/riotboot
automatic test to a single python script. It also eliminate the need to fix an APP_VER=0.Testing procedure
make -C tests/riotboot flash test
Issues/PRs references
Expands on #11707.