MFC r344764tests: 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 th
MFC r344764tests: 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
show more ...
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