diff options
| author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-05-29 10:09:47 +0000 |
|---|---|---|
| committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-05-29 10:09:47 +0000 |
| commit | 4d3aef0780ab43e501242884b0978c259e76e382 (patch) | |
| tree | e8daf40285556d1d7bddef8f14bc52e9be2876fb /tests/sys | |
| parent | 1c58c09f5ac24f61168935f0add79d220c4a9935 (diff) | |
Notes
Diffstat (limited to 'tests/sys')
4 files changed, 0 insertions, 16 deletions
diff --git a/tests/sys/netipsec/tunnel/aes_cbc_128_hmac_sha1.sh b/tests/sys/netipsec/tunnel/aes_cbc_128_hmac_sha1.sh index 742dfc63e1bae..076f8464e4c0f 100755 --- a/tests/sys/netipsec/tunnel/aes_cbc_128_hmac_sha1.sh +++ b/tests/sys/netipsec/tunnel/aes_cbc_128_hmac_sha1.sh @@ -11,10 +11,6 @@ v4_head() v4_body() { - if [ "$(atf_config_get ci false)" = "true" ]; then - atf_skip "https://bugs.freebsd.org/246737" - fi - # Unload AESNI module if loaded kldstat -q -n aesni && kldunload aesni diff --git a/tests/sys/netipsec/tunnel/aes_cbc_256_hmac_sha2_256.sh b/tests/sys/netipsec/tunnel/aes_cbc_256_hmac_sha2_256.sh index 00422e23bec5e..c48791543ad45 100755 --- a/tests/sys/netipsec/tunnel/aes_cbc_256_hmac_sha2_256.sh +++ b/tests/sys/netipsec/tunnel/aes_cbc_256_hmac_sha2_256.sh @@ -11,10 +11,6 @@ v4_head() v4_body() { - if [ "$(atf_config_get ci false)" = "true" ]; then - atf_skip "https://bugs.freebsd.org/246737" - fi - # load AESNI module if not already kldstat -q -n aesni || kldload aesni diff --git a/tests/sys/netipsec/tunnel/aesni_aes_cbc_128_hmac_sha1.sh b/tests/sys/netipsec/tunnel/aesni_aes_cbc_128_hmac_sha1.sh index 99308ec3759fd..9441abe39736d 100755 --- a/tests/sys/netipsec/tunnel/aesni_aes_cbc_128_hmac_sha1.sh +++ b/tests/sys/netipsec/tunnel/aesni_aes_cbc_128_hmac_sha1.sh @@ -11,10 +11,6 @@ v4_head() v4_body() { - if [ "$(atf_config_get ci false)" = "true" ]; then - atf_skip "https://bugs.freebsd.org/246737" - fi - # load AESNI module if not already kldstat -q -n aesni || kldload aesni diff --git a/tests/sys/netipsec/tunnel/aesni_aes_cbc_256_hmac_sha2_256.sh b/tests/sys/netipsec/tunnel/aesni_aes_cbc_256_hmac_sha2_256.sh index 69cc11c2a1e15..2d34e93077538 100755 --- a/tests/sys/netipsec/tunnel/aesni_aes_cbc_256_hmac_sha2_256.sh +++ b/tests/sys/netipsec/tunnel/aesni_aes_cbc_256_hmac_sha2_256.sh @@ -11,10 +11,6 @@ v4_head() v4_body() { - if [ "$(atf_config_get ci false)" = "true" ]; then - atf_skip "https://bugs.freebsd.org/246737" - fi - # Unload AESNI module if loaded kldstat -q -n aesni && kldunload aesni |
