RIOT-OS / Release-Specs

Specification for RIOT releases and corresponding test configurations
4 stars 21 forks source link

08-interop: deprecate Contiki tests in favor of Contiki-NG #280

Closed jia200x closed 11 months ago

jia200x commented 1 year ago

Contribution description

This PR deprecates the Contiki test in favor of Contiki-NG. The original test is hard to run and requires the CC2538DK evaluation board, which costs ~500 USD and only a few maintainers have access to it.

The new test consist of ICMPv6 exchange between a RIOT node and a Contiki-NG node using link-local addresses. Contiki-NG is easy to compile and flash, as the toolchain and flashers run inside Docker.

Testing procedure

Issues/PRs references

279

jia200x commented 1 year ago

amended directly!

MrKevinWeiss commented 11 months ago

superseded by #292