diff options
| author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2019-11-08 18:56:02 +0000 |
|---|---|---|
| committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2019-11-08 18:56:02 +0000 |
| commit | 09bc401f9d73293ce0af088d23757c434c706291 (patch) | |
| tree | 1a1f5b2ff2dc13f1753c78eadd85a1a0125cea1e /tests | |
| parent | d55e0373f151e15b561c39175614a547830959d6 (diff) | |
Notes
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/sys/netinet6/exthdr.sh | 5 | ||||
| -rwxr-xr-x | tests/sys/netinet6/scapyi386.sh | 5 | ||||
| -rwxr-xr-x | tests/sys/netpfil/common/forward.sh | 4 | ||||
| -rw-r--r-- | tests/sys/netpfil/common/tos.sh | 4 | ||||
| -rwxr-xr-x | tests/sys/netpfil/pf/forward.sh | 8 | ||||
| -rwxr-xr-x | tests/sys/netpfil/pf/set_tos.sh | 4 |
6 files changed, 0 insertions, 30 deletions
diff --git a/tests/sys/netinet6/exthdr.sh b/tests/sys/netinet6/exthdr.sh index 663c89c43b960..9785250742f13 100755 --- a/tests/sys/netinet6/exthdr.sh +++ b/tests/sys/netinet6/exthdr.sh @@ -38,11 +38,6 @@ exthdr_head() { exthdr_body() { - if [ "$(atf_config_get ci false)" = "true" ] && \ - [ "$(uname -p)" = "i386" ]; then - atf_skip "https://bugs.freebsd.org/241493" - fi - ids=65533 id=`printf "%x" ${ids}` if [ $$ -gt 65535 ]; then diff --git a/tests/sys/netinet6/scapyi386.sh b/tests/sys/netinet6/scapyi386.sh index 48a34305917b2..2ff2ebbbe3402 100755 --- a/tests/sys/netinet6/scapyi386.sh +++ b/tests/sys/netinet6/scapyi386.sh @@ -38,11 +38,6 @@ scapyi386_head() { scapyi386_body() { - if [ "$(atf_config_get ci false)" = "true" ] && \ - [ "$(uname -p)" = "i386" ]; then - atf_skip "https://bugs.freebsd.org/239380" - fi - ids=65533 id=`printf "%x" ${ids}` if [ $$ -gt 65535 ]; then diff --git a/tests/sys/netpfil/common/forward.sh b/tests/sys/netpfil/common/forward.sh index 0b2f7acfb785d..9f73bb1395989 100755 --- a/tests/sys/netpfil/common/forward.sh +++ b/tests/sys/netpfil/common/forward.sh @@ -40,10 +40,6 @@ v4_head() v4_body() { firewall=$1 - if [ "$(atf_config_get ci false)" = "true" ] && \ - [ "$(uname -p)" = "i386" ] && [ "${firewall}" = "pf" ]; then - atf_skip "https://bugs.freebsd.org/240085" - fi firewall_init $firewall epair_send=$(vnet_mkepair) diff --git a/tests/sys/netpfil/common/tos.sh b/tests/sys/netpfil/common/tos.sh index 0b8bbb7dfc3eb..452c6a002bbf1 100644 --- a/tests/sys/netpfil/common/tos.sh +++ b/tests/sys/netpfil/common/tos.sh @@ -40,10 +40,6 @@ tos_head() tos_body() { firewall=$1 - if [ "$(atf_config_get ci false)" = "true" ] && \ - [ "$(uname -p)" = "i386" ] && [ "${firewall}" = "pf" ]; then - atf_skip "https://bugs.freebsd.org/240086" - fi firewall_init $firewall epair_send=$(vnet_mkepair) diff --git a/tests/sys/netpfil/pf/forward.sh b/tests/sys/netpfil/pf/forward.sh index e8fa425a307b0..7d5bde00d1370 100755 --- a/tests/sys/netpfil/pf/forward.sh +++ b/tests/sys/netpfil/pf/forward.sh @@ -41,10 +41,6 @@ v4_head() v4_body() { - if [ `uname -p` = "i386" ]; then - atf_skip "https://bugs.freebsd.org/239380" - fi - pft_init epair_send=$(vnet_mkepair) @@ -104,10 +100,6 @@ v6_head() v6_body() { - if [ `uname -p` = "i386" ]; then - atf_skip "https://bugs.freebsd.org/239380" - fi - pft_init epair_send=$(vnet_mkepair) diff --git a/tests/sys/netpfil/pf/set_tos.sh b/tests/sys/netpfil/pf/set_tos.sh index 4f386b5456910..55d0059aa1335 100755 --- a/tests/sys/netpfil/pf/set_tos.sh +++ b/tests/sys/netpfil/pf/set_tos.sh @@ -41,10 +41,6 @@ v4_head() v4_body() { - if [ `uname -p` = "i386" ]; then - atf_skip "https://bugs.freebsd.org/239380" - fi - pft_init epair_send=$(vnet_mkepair) |
