tests/riotboot: migrate to full python test script#11843
tests/riotboot: migrate to full python test script#11843aabadie merged 2 commits intoRIOT-OS:masterfrom
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 [email protected] ;-) |
hmmm.. for some reason the email is bouncing back. |
dfea8b9 to
eb7eaa8
Compare
5a40106 to
7066afd
Compare
7066afd to
39467ba
Compare
aabadie
left a comment
There was a problem hiding this comment.
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
aabadie
left a comment
There was a problem hiding this comment.
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
Contribution description
This PR adapts
tests/riotbootautomatic test to a single python script. It also eliminate the need to fix an APP_VER=0.Testing procedure
make -C tests/riotboot flash testIssues/PRs references
Expands on #11707.