[riot-notifications] [RIOT-OS/RIOT] examples/gnrc_border_route: simplify ZEP setup on native (#14755)
benpicco
notifications at github.com
Tue Nov 10 22:08:52 CET 2020
I'm trying to reproduce the [failure of `tests/gnrc_netif_ieee802154`](https://ci.riot-os.org/RIOT-OS/RIOT/14755/0f9fe7b6ed1117375740c6f9eb480a1580363c91/output/compile/tests/gnrc_netif_ieee802154/native:gnu.txt) locally
/tmp/dwq.0.305778657620171/0218f7b2bf1e71f3de1e9a4dd18186d8/build/tests_gnrc_netif_ieee802154.elf: open(/dev/net/tun): No such file or directory
However, on my machine `make all test` works on `native` with
sudo ip tuntap add tap0 mode tap user ${USER}
sudo ip link set tap0 up
Is CI doing something different?
I don't understand how the changes result in `netdev_tap` being unable to open `/dev/net/tun`
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/14755#issuecomment-724967492
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201110/fae9ab5a/attachment.htm>
More information about the notifications
mailing list