summaryrefslogtreecommitdiff
path: root/tests/sys/netgraph/basic.c
AgeCommit message (Collapse)Author
2021-06-13tests/netgraph: Check for PR241954Lutz Donnerhacke
Add tests to check for renaming issues reported in PR241954 and solved in D30110. MFC: Together with D30629 Differential Revision: https://reviews.freebsd.org/D30713
2021-06-13tests/netgraph: Missed fixup after D30699Lutz Donnerhacke
During D30699 the existing basic tests were missed. Furthermore debugging output was still in the code, which is removed now. MFC: together with D30699 Differential Revision: https://reviews.freebsd.org/D30714
2021-06-09tests/netgraph: Fix styleLutz Donnerhacke
Indent all files correctly MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D30692
2021-06-04tests/netgraph: Inital framework for testing libnetgraphLutz Donnerhacke
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