freebsd-skq/tests/sys/net
kp de244b66cb tests: epair: Don't fail if the if_epair module is already loaded
kldload() returns an error (EEXIST) if the module is already loaded.
That's not a problem for us, so ignore that error.

While here also clean up include statements.

MFC after:	3 days
X-MFC-With:	r357234
2020-02-01 11:31:45 +00:00
..
routing tests: Routing tests overwrote net tests 2020-01-25 10:51:51 +00:00
if_clone_test.sh Add test cases for epair 2019-06-13 05:05:58 +00:00
if_epair.c tests: epair: Don't fail if the if_epair module is already loaded 2020-02-01 11:31:45 +00:00
if_lagg_test.sh
if_tun_test.sh
if_vlan.sh tests: basic VLAN test 2019-10-15 04:50:08 +00:00
Makefile tests: Test for an epair panic 2020-01-28 22:46:51 +00:00
randsleep.c