freebsd-dev/tests/sys/netgraph
Lutz Donnerhacke 24ea1dbf25 tests/netgraph: Inital framework for testing libnetgraph
Provide a framework of functions to test various netgraph modules.
Tests contain:
 - creating, renaming, and destroying nodes
 - connecting and removing hooks
 - sending and receiving data
 - sending ASCII messages
 - errors can be passed for indiviual inspection or fail the test

Reviewed by:	kp
MFC after:	1 week
Differential Revision: https://reviews.freebsd.org/D30629
2021-06-04 15:17:54 +02:00
..
basic.c tests/netgraph: Inital framework for testing libnetgraph 2021-06-04 15:17:54 +02:00
Makefile tests/netgraph: Inital framework for testing libnetgraph 2021-06-04 15:17:54 +02:00
ng_macfilter_test.sh ng_macfilter_test: Skip rather than fail if there is no network 2021-03-25 11:16:12 +00:00
util.c tests/netgraph: Inital framework for testing libnetgraph 2021-06-04 15:17:54 +02:00
util.h tests/netgraph: Inital framework for testing libnetgraph 2021-06-04 15:17:54 +02:00