]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tests: Move common (vnet) test functions into a common file
authorkp <kp@FreeBSD.org>
Mon, 4 Mar 2019 18:15:06 +0000 (18:15 +0000)
committerkp <kp@FreeBSD.org>
Mon, 4 Mar 2019 18:15:06 +0000 (18:15 +0000)
commit52782f6841f0d6e20a955072ecdc8e8621ffa097
treec05689396d844064e92834b4a0b6c55010d5abf0
parent00c51e62a1dd892b6656ae672b703e67251886c8
tests: Move common (vnet) test functions into a common file

The netipsec and pf tests have a number of common test functions. These
used to be duplicated, but it makes more sense for them to re-use the
common functions.

PR: 236223
17 files changed:
tests/sys/Makefile
tests/sys/common/Makefile [new file with mode: 0644]
tests/sys/common/vnet.subr [new file with mode: 0644]
tests/sys/netipsec/tunnel/utils.subr
tests/sys/netpfil/pf/anchor.sh
tests/sys/netpfil/pf/forward.sh
tests/sys/netpfil/pf/fragmentation.sh
tests/sys/netpfil/pf/names.sh
tests/sys/netpfil/pf/nat.sh
tests/sys/netpfil/pf/pass_block.sh
tests/sys/netpfil/pf/pfsync.sh
tests/sys/netpfil/pf/rdr.sh
tests/sys/netpfil/pf/route_to.sh
tests/sys/netpfil/pf/set_skip.sh
tests/sys/netpfil/pf/set_tos.sh
tests/sys/netpfil/pf/synproxy.sh
tests/sys/netpfil/pf/utils.subr