Reenable netinet6 and netpfil tests on i386, net/scapy 2.4.3_2 contains the fix

PR:		239380
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Li-Wen Hsu 2019-11-08 18:56:02 +00:00
parent d55e0373f1
commit 09bc401f9d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=354553
6 changed files with 0 additions and 30 deletions

View File

@ -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

View File

@ -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

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)