| afa4648b | 27-Apr-2026 |
Zhenlei Huang <zlei@FreeBSD.org> |
tests: Temporarily skip two testcases
The changes [1] and [2] made to CURRENT introduce races between ifnet detach and vmove operations. That requires extra effort to fix. They are not MFCed to stab
tests: Temporarily skip two testcases
The changes [1] and [2] made to CURRENT introduce races between ifnet detach and vmove operations. That requires extra effort to fix. They are not MFCed to stable branches so the latter are not affected. Temporarily skip two affected tests on CURRENT right now.
[1] 0bf42a0a05b9 bpf: virtualize bpf_iflist [2] a4d766caf711 bpf: add a crutch to support if_vmove
PR: 292993 Discussed with: kp
show more ...
|
| 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 ...
|
| 6b08e68b | 07-Jun-2021 |
Lutz Donnerhacke <donner@FreeBSD.org> |
tests/netgraph: Tests for ng_vlan_rotate
Test functionality of ng_vlan_rotate(4): - Rotate 1 to 9 stagged vlans in any possible direction and length - Rotate random combinations of ethertypes (810
tests/netgraph: Tests for ng_vlan_rotate
Test functionality of ng_vlan_rotate(4): - Rotate 1 to 9 stagged vlans in any possible direction and length - Rotate random combinations of ethertypes (8100, 88a8, 9100) - Automatic reverse rotating for backward data flow - Test too many and to few vlans
Reviewed by: kp (earlier version) MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D30670
show more ...
|
| 7863faa7 | 04-Jun-2021 |
Lutz Donnerhacke <donner@FreeBSD.org> |
tests/netgraph: Tests for ng_hub
Test functionality of ng_hub(4): - replicting traffic to anything but the sending hook - persistence - an unrestricted loop - implementation limits with many hoo
tests/netgraph: Tests for ng_hub
Test functionality of ng_hub(4): - replicting traffic to anything but the sending hook - persistence - an unrestricted loop - implementation limits with many hooks.
Reviewed by: kp MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D30633
show more ...
|
| 5554abd9 | 08-Jun-2021 |
Lutz Donnerhacke <donner@FreeBSD.org> |
tests/netgraph: Factor out univeral data counter functions
Factor out the data counter helpers for other tests to use.
Reviewed by: kp MFC after: 1 week Differential Revision: https://reviews.freeb
tests/netgraph: Factor out univeral data counter functions
Factor out the data counter helpers for other tests to use.
Reviewed by: kp MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D30699
show more ...
|