-
Notifications
You must be signed in to change notification settings - Fork 21
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
08-interop: add test for WiFi <-> DHCPv6 router #185
Conversation
IMHO this would fit better in with |
Also addresses #150 |
This covers only |
As I have the feeling this discussion point got lost:
I really don't see why we need a whole new spec just for WiFi. In the end this is about interoperability with other OSs (namely FritzBox OS/OpenWRT when one follows your instructions) and the tools of other OSs |
Remember that those also need to be available to the release testers! (+ AFAIK the |
Ok, I can move it there. |
There is the Feather M0 board with and without WiFi. To avoid that separate board definitions are necessary only because of this difference, the respective board is simply defined using the pseudomodule |
Off-topic: we should really find a concise way to unify such board variants. Even for the |
OK, we have the same for |
But defining them as pseudo-modules it (1) breaks the board abstraction and (2) leaves them untested by our CI systems which relies on the boards being listed somewhere. |
I did something different for |
That's clear. |
Let's move to a dedicated issue for that RIOT-OS/RIOT#14681 |
Would it be possible to add a automatic release test for this based on @miri64 framework? |
Rebased. |
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.
Lastly some spelling nits.
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.
ACK. Please squash. Other boards with WiFi support and automated tests can always added be later.
Wait... does this actually work? Should this have been marked as experimental? |
It works for me™. |
Then I guess you have to shepherd these tasks for at least a few upcoming releases ^^" |
Add a specification for testing the WiFi uplink with an esp*.
This also allows us to test routing to the wider internet (via border router) and DNS operation.
Requirement is a IPv6 uplink and a router that allows enabling prefix delegation (IA_PD) via DHCPv6.
Fixes #150