tests/hacl: Move from unittests to regular test#10209
Conversation
e9a75be to
a99f707
Compare
cladmi
left a comment
There was a problem hiding this comment.
The test does not work on iotlab-m3 and samr21-xpro.
|
@smlng please do not ACK until you did everything. Putting the |
tests/pkg_hacl/Makefile
Outdated
| jiminy-mega256rfr2 mega-xplained waspmote-pro \ | ||
| chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1 | ||
|
|
||
| TEST_ON_CI_WHITELIST += native |
There was a problem hiding this comment.
The make test command takes 9 seconds (including make term and reset) on samr21-xpro so could be activated on ci.
It can also be noticed as there is no timeout configured in the python test.
There was a problem hiding this comment.
Ack, thanks for testing
|
Added the nucleo-f032k6 and the nucleo-f042k6 to |
cladmi
left a comment
There was a problem hiding this comment.
I agree with the changes, and tested iotlab-m3 and samr21-xpro please squash.
For info: stack usage report:
samr21-xpro:5120 ( 2580)iotlab-m3:5120 ( 2580)
cb4f687 to
052fea2
Compare
|
Squashed! |
|
Hmm I forgot to add "run tests" on murdock… I will put it on your other PRs before merging and before I forget. It works on my computer at least. |
|
Ah, that explains. :) |
Contribution description
another one related to #10187
Testing procedure
Verify that
tests/pkg_haclworks:BOARD=<your-favourite> make -C tests/pkg_hacl flash testIssues/PRs references
#10187