tests: gnrc_ipv6_ext: replace default netif with dummy#9654
tests: gnrc_ipv6_ext: replace default netif with dummy#9654cladmi merged 1 commit intoRIOT-OS:masterfrom
Conversation
tests/gnrc_ipv6_ext/Makefile
Outdated
| nucleo-f303k8 nucleo-f334r8 nucleo-l053r8 \ | ||
| spark-core stm32f0discovery telosb \ | ||
| wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 | ||
| BOARD_INSUFFICIENT_MEMORY := |
There was a problem hiding this comment.
Will run build test locally and refill this list according to the results
|
It does not crash anymore on Also still works for |
|
I let you update the BOARDS_INSUFFICIENT_MEMORY and murdock verify. |
|
Since the |
|
You can squash and merge when murdock is running and happy. |
|
@miri64 Murdock compile tests pass, please squash. It will re-run with "CI:run test" after. |
Use a minimalistic dummy instead of the default interface for testing the `gnrc_ipv6_ext` module. Currently the default interface is used which leads to problems with this test, since random traffic on the medium or a missing default interface might lead to failed results. Since the `tap` dependency is removed for `native`, I add this test for testing on CI.
afa9706 to
c4ba2b5
Compare
|
Rebased and squashed |
|
Still hanging :-/ |
|
Tests work with and without the Currently in murdock the test would only checks for |
|
Please backport. |
|
Backport provided in #9671. |
Contribution description
Use a minimalistic dummy instead of the default interface for testing
the
gnrc_ipv6_extmoduleCurrently the default interface is used which leads to problems with
this test, since random traffic on the medium or a missing default
interface might lead to failed results.
Issues/PRs references
Similar issue as with #9648