From 4d3aef0780ab43e501242884b0978c259e76e382 Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Fri, 29 May 2020 10:09:47 +0000 Subject: [PATCH] Revert r361497, these cases are fixed by r361617. PR: 246737 Sponsored by: The FreeBSD Foundation --- tests/sys/netipsec/tunnel/aes_cbc_128_hmac_sha1.sh | 4 ---- tests/sys/netipsec/tunnel/aes_cbc_256_hmac_sha2_256.sh | 4 ---- tests/sys/netipsec/tunnel/aesni_aes_cbc_128_hmac_sha1.sh | 4 ---- tests/sys/netipsec/tunnel/aesni_aes_cbc_256_hmac_sha2_256.sh | 4 ---- 4 files changed, 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