History log of /freebsd/tests/sys/netgraph/basic.c (Results 1 – 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/14.0.0, release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0
# 43e48213 10-Jun-2021 Lutz Donnerhacke <donner@FreeBSD.org>

tests/netgraph: Check for PR241954

Add tests to check for renaming issues reported in PR241954 and solved
in D30110.

MFC: Together with D30629
Differential Revision: https://reviews.freebsd.org/D30

tests/netgraph: Check for PR241954

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

show more ...


# 0afa9be0 10-Jun-2021 Lutz Donnerhacke <donner@FreeBSD.org>

tests/netgraph: Missed fixup after D30699

During D30699 the existing basic tests were missed. Furthermore
debugging output was still in the code, which is removed now.

MFC: together with D30699
Di

tests/netgraph: Missed fixup after D30699

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

show more ...


# a664ade9 08-Jun-2021 Lutz Donnerhacke <donner@FreeBSD.org>

tests/netgraph: Fix style

Indent all files correctly

MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D30692


# 24ea1dbf 03-Jun-2021 Lutz Donnerhacke <donner@FreeBSD.org>

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 a

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

show more ...