#
c46af893 |
| 03-Mar-2025 |
Jose Luis Duran <jlduran@FreeBSD.org> |
tests: Require python3 when using Scapy
python3 is a symbolic link that points to the current python 3.X version.
It is possible for a system to have python (python 3.X) without the python3 (symlin
tests: Require python3 when using Scapy
python3 is a symbolic link that points to the current python 3.X version.
It is possible for a system to have python (python 3.X) without the python3 (symlink) package.
Test scripts that use Scapy are invoked using python3, so add it as a required program.
Reviewed by: ngie, asomers Approved by: emaste (mentor) Differential Revision: https://reviews.freebsd.org/D49007
show more ...
|
Revision tags: release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4 |
|
#
e295e0b8 |
| 11-Feb-2025 |
Jose Luis Duran <jlduran@FreeBSD.org> |
tests: Add scapy as a required program
The utils.subr file includes a couple of subroutines (ping_dummy_check_request and ping_server_check_reply) that require scapy.
Add this requirement in the he
tests: Add scapy as a required program
The utils.subr file includes a couple of subroutines (ping_dummy_check_request and ping_server_check_reply) that require scapy.
Add this requirement in the header of each test that makes use of them.
Reported by: Jenkins Reviewed by: kp, ngie Approved by: emaste (mentor) Differential Revision: https://reviews.freebsd.org/D48917
show more ...
|
Revision tags: release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0 |
|
#
f28d5ac5 |
| 26-Sep-2024 |
Kajetan Staszkiewicz <vegeta@tuxpowered.net> |
pf tests: fix max_states test
Ensure our rule with '(max 3)' only matches the TCP states we're counting.
Reviewed by: kp Differential Revision: https://reviews.freebsd.org/D46795
|
#
67bd1d07 |
| 25-Sep-2024 |
Kajetan Staszkiewicz <vegeta@tuxpowered.net> |
pf tests: Add max states test
Reviewed by: kp Differential Revision: https://reviews.freebsd.org/D46774
|