-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[PoC] tests/lwip: port to RIOTCtrl #14874
base: master
Are you sure you want to change the base?
Conversation
What do you mean by a specific BOARD? |
For the two nodes required for the test, |
Well, automatic tests in |
The test is not run in the automatic tests anyway at the moment ;-). |
Contribution description
This ports the weird constructs in
tests/lwip
to our new test frameworkriotctrl
. While I'm quite happy about the current state, I think there are some things that could be done better and more generalized. This is why I marked it as a PoC. I think this test is just perfect to show the current short-comings ofriotctrl
:PORT
variable (whenPORT2
is not defined), the latter by just allowing boards of the same type.Testing procedure
Run
make -C tests/lwip -j flash test
. It should succeed. To date, I only tested IPv6 support onnative
.Issues/PRs references
None