Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
netipsec tests: SerializeThe tunnel mode tests use VNET jails and reuse jail names. Until thisis addressed, serialize them.MFC after: 1 week
ipsec tests: add test case for chacha20_poly1305Sponsored by: Rubicon Communications, LLC ("Netgate")Differential Revision: https://reviews.freebsd.org/D37181
ping: fix some man pages and tests after r368045MFC-with: r368045
Revert r361497, these cases are fixed by r361617.PR: 246737Sponsored by: The FreeBSD Foundation
Disable failing test cases in CI:sys.netipsec.tunnel.aes_cbc_128_hmac_sha1.v4sys.netipsec.tunnel.aes_cbc_256_hmac_sha2_256.v4sys.netipsec.tunnel.aesni_aes_cbc_128_hmac_sha1.v4sys.netipsec.tunnel
Disable failing test cases in CI:sys.netipsec.tunnel.aes_cbc_128_hmac_sha1.v4sys.netipsec.tunnel.aes_cbc_256_hmac_sha2_256.v4sys.netipsec.tunnel.aesni_aes_cbc_128_hmac_sha1.v4sys.netipsec.tunnel.aesni_aes_cbc_256_hmac_sha2_256.v4PR: 246737Sponsored by: The FreeBSD Foundation
show more ...
Revert r360204, sys.netipsec.tunnel.empty.v{4,6} are fixed by r360560PR: 245832Sponsored by: The FreeBSD Foundation
Temporarily skip sys.netipsec.tunnel.empty.v{4,6} in CIPR: 245832Sponsored by: The FreeBSD Foundation
ipsec tests: Skip if ipsec.ko is not loadedAs of r347410 IPSec is no longer built into GENERIC. The ipsec.ko module mustbe loaded before we can execute the IPSec tests.Check this, and skip the t
ipsec tests: Skip if ipsec.ko is not loadedAs of r347410 IPSec is no longer built into GENERIC. The ipsec.ko module mustbe loaded before we can execute the IPSec tests.Check this, and skip the tests if IPSec is not available.
tests: Move common (vnet) test functions into a common fileThe netipsec and pf tests have a number of common test functions. Theseused to be duplicated, but it makes more sense for them to re-use
tests: Move common (vnet) test functions into a common fileThe netipsec and pf tests have a number of common test functions. Theseused to be duplicated, but it makes more sense for them to re-use thecommon functions.PR: 236223
Fix sys/netipsec/tunnel tests after r337736Originally, these tests accidentally used broadcast addresses when theyshould've used unicast addresses. That the tests passed prior to r337736was acci
Fix sys/netipsec/tunnel tests after r337736Originally, these tests accidentally used broadcast addresses when theyshould've used unicast addresses. That the tests passed prior to r337736was accidental.Submitted by: aeReviewed by: olivierMFC after: 2 weeks
Clear expected failures for aesni_aes_gcm testsThese tests were fixed by r335584PR: 228094PR: 201447MFC after: 2 weeksX-MFC-With: 335584
tests: ipsec: Don't load/unload aesni.ko in the test headerWe can't kldunload in the test head as Kyua interprets any output fromthem. This would lead to syntax errors and skipping the entire file
tests: ipsec: Don't load/unload aesni.ko in the test headerWe can't kldunload in the test head as Kyua interprets any output fromthem. This would lead to syntax errors and skipping the entire file.Move the kld commands into the test case bodies.Pointed out by: asomers@
Add IPSec tests in tunnel modeSome IPSec in tunnel mode allowing to test multiple IPSecconfigurations. These tests are reusing the jail/vnet scripts from pftests for generating complex network.
Add IPSec tests in tunnel modeSome IPSec in tunnel mode allowing to test multiple IPSecconfigurations. These tests are reusing the jail/vnet scripts from pftests for generating complex network.Submitted by: olivier@Differential Revision: https://reviews.freebsd.org/D13017