History log of /openbsd/regress/sys/net/etherip/Makefile (Results 1 – 8 of 8)
Revision Date Author Comments
# 427e22f8 19-Oct-2023 anton <anton@openbsd.org>

Add missing removal of network interfaces in regress cleanup targets.
Reducing the risk tests conflicting with each other.

ok bluhm@


# ae9fff4e 17-Dec-2020 bluhm <bluhm@openbsd.org>

Use setup and cleanup feature from regress framework.
Remove echo headlines. Use consistent target names.
Makefile cleanup.


# ca7f5f6f 25-Jun-2018 bluhm <bluhm@openbsd.org>

Before running the tests, consistently check whether interfaces or
routing domains are busy.


# a06106b4 05-Feb-2018 anton <anton@openbsd.org>

typos


# 0cf0d01b 15-Nov-2017 bluhm <bluhm@openbsd.org>

Makefile cleanup, avoid DNS lookups, add copyright.


# 162afeac 18-Oct-2017 bluhm <bluhm@openbsd.org>

Move the test implementation into the Makefile. Then we have only
one place to look at. Make prints the commands it executes to
assist debugging and analysis. If the test fails, there are simple
r

Move the test implementation into the Makefile. Then we have only
one place to look at. Make prints the commands it executes to
assist debugging and analysis. If the test fails, there are simple
regress targets that can be run to reproduce the error easily.

show more ...


# e36760ec 10-Oct-2016 bluhm <bluhm@openbsd.org>

Move check for sysctl settings from shell script to makefile to
handle skipping consistently like other tests.


# 7f0698b9 07-Oct-2016 yasuoka <yasuoka@openbsd.org>

Add simple regress test for vxlan(4) and etherip(4).

ok bluhm