14fbebc74SKristof ProvostPACKAGE= tests 24fbebc74SKristof Provost 34fbebc74SKristof ProvostTESTSDIR= ${TESTSBASE}/sys/netipsec/tunnel 44fbebc74SKristof Provost 54fbebc74SKristof ProvostATF_TESTS_SH+= empty \ 64fbebc74SKristof Provost aes_cbc_128_hmac_sha1 \ 74fbebc74SKristof Provost aes_cbc_256_hmac_sha2_256 \ 84fbebc74SKristof Provost aes_gcm_128 \ 94fbebc74SKristof Provost aes_gcm_256 \ 104fbebc74SKristof Provost aesni_aes_cbc_128_hmac_sha1 \ 114fbebc74SKristof Provost aesni_aes_cbc_256_hmac_sha2_256 \ 124fbebc74SKristof Provost aesni_aes_gcm_128 \ 1320777f79SKristof Provost aesni_aes_gcm_256 \ 1420777f79SKristof Provost chacha20_poly1305 154fbebc74SKristof Provost 16*cc9158d7SMark Johnston# Each test uses the same names for its jails, so they must be run serially. 17*cc9158d7SMark JohnstonTEST_METADATA+= is_exclusive=true 18*cc9158d7SMark Johnston 194fbebc74SKristof Provost${PACKAGE}FILES+= utils.subr 204fbebc74SKristof Provost 214fbebc74SKristof Provost.include <bsd.test.mk> 22