]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r344764
authorKristof Provost <kp@FreeBSD.org>
Sat, 9 Mar 2019 10:34:42 +0000 (10:34 +0000)
committerKristof Provost <kp@FreeBSD.org>
Sat, 9 Mar 2019 10:34:42 +0000 (10:34 +0000)
commitc8ef94980149c4f098424392fcd06c912126264b
tree1d873c57146e1f3759020fa7b78b7d705863009b
parent1b694e64b10a36206715c4d98c8466ae4d008a4d
MFC r344764

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