Add IPSec tests in tunnel mode
authorkp <kp@FreeBSD.org>
Sun, 3 Dec 2017 13:52:35 +0000 (13:52 +0000)
committerkp <kp@FreeBSD.org>
Sun, 3 Dec 2017 13:52:35 +0000 (13:52 +0000)
commit9f755fc9769693c3ea42e4f69fcc677f787c1836
tree66d8b9c04e9df72359564e7ee002373e1ed3f11e
parent26ff34968f7e849411da8be2ca19a6038b8785e8
Add IPSec tests in tunnel mode

Some IPSec in tunnel mode allowing to test multiple IPSec
configurations.  These tests are reusing the jail/vnet scripts from pf
tests for generating complex network.

Submitted by: olivier@
Differential Revision: https://reviews.freebsd.org/D13017
14 files changed:
etc/mtree/BSD.tests.dist
tests/sys/Makefile
tests/sys/netipsec/Makefile [new file with mode: 0644]
tests/sys/netipsec/tunnel/Makefile [new file with mode: 0644]
tests/sys/netipsec/tunnel/aes_cbc_128_hmac_sha1.sh [new file with mode: 0755]
tests/sys/netipsec/tunnel/aes_cbc_256_hmac_sha2_256.sh [new file with mode: 0755]
tests/sys/netipsec/tunnel/aes_gcm_128.sh [new file with mode: 0755]
tests/sys/netipsec/tunnel/aes_gcm_256.sh [new file with mode: 0755]
tests/sys/netipsec/tunnel/aesni_aes_cbc_128_hmac_sha1.sh [new file with mode: 0755]
tests/sys/netipsec/tunnel/aesni_aes_cbc_256_hmac_sha2_256.sh [new file with mode: 0755]
tests/sys/netipsec/tunnel/aesni_aes_gcm_128.sh [new file with mode: 0755]
tests/sys/netipsec/tunnel/aesni_aes_gcm_256.sh [new file with mode: 0755]
tests/sys/netipsec/tunnel/empty.sh [new file with mode: 0755]
tests/sys/netipsec/tunnel/utils.subr [new file with mode: 0644]