summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkp <kp@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>2020-12-17 21:54:25 +0000
committerkp <kp@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>2020-12-17 21:54:25 +0000
commit953ad24731aa407e632f79de2da993ef34d83b22 (patch)
treea13eebad86305bf07505fab2c5d2bd8484f79f92
parent063704aed0d00601fb1adc3647363e68671a329d (diff)
downloadfreebsd-953ad24731aa407e632f79de2da993ef34d83b22.tar.gz
freebsd-953ad24731aa407e632f79de2da993ef34d83b22.tar.bz2
net tests: Re-enable most if_clone tests
All but one of these (tap_ipv6_up_stress) currently pass, so we should enable them so we don't regress. git-svn-id: http://svn.freebsd.org/base/head@368743 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
-rwxr-xr-xtests/sys/net/if_clone_test.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/sys/net/if_clone_test.sh b/tests/sys/net/if_clone_test.sh
index b4ed7c9ce6d..0b50d741814 100755
--- a/tests/sys/net/if_clone_test.sh
+++ b/tests/sys/net/if_clone_test.sh
@@ -47,9 +47,6 @@ epair_stress_head()
}
epair_stress_body()
{
- if [ "$(atf_config_get ci false)" = "true" ]; then
- atf_skip "https://bugs.freebsd.org/246443"
- fi
do_stress "epair"
}
epair_stress_cleanup()
@@ -80,7 +77,6 @@ epair_ipv6_up_stress_head()
}
epair_ipv6_up_stress_body()
{
- atf_skip "Quickly panics: page fault in in6_unlink_ifa (PR 225438)"
do_up_stress "epair" "6" ""
}
epair_ipv6_up_stress_cleanup()
@@ -111,7 +107,6 @@ faith_up_stress_head()
}
faith_up_stress_body()
{
- atf_skip "Quickly panics: if_freemulti: protospec not NULL"
do_up_stress "faith" "" ""
}
faith_up_stress_cleanup()
@@ -127,7 +122,6 @@ faith_ipv6_up_stress_head()
}
faith_ipv6_up_stress_body()
{
- atf_skip "Quickly panics: if_freemulti: protospec not NULL"
do_up_stress "faith" "6" ""
}
faith_ipv6_up_stress_cleanup()
@@ -158,7 +152,6 @@ gif_up_stress_head()
}
gif_up_stress_body()
{
- atf_skip "Quickly panics: if_freemulti: protospec not NULL"
do_up_stress "gif" "" "p2p"
}
gif_up_stress_cleanup()
@@ -174,7 +167,6 @@ gif_ipv6_up_stress_head()
}
gif_ipv6_up_stress_body()
{
- atf_skip "Quickly panics: rt_tables_get_rnh_ptr: fam out of bounds."
do_up_stress "gif" "6" "p2p"
}
gif_ipv6_up_stress_cleanup()
@@ -205,7 +197,6 @@ lo_up_stress_head()
}
lo_up_stress_body()
{
- atf_skip "Quickly panics: GPF in rtsock_routemsg"
do_up_stress "lo" "" ""
}
lo_up_stress_cleanup()
@@ -221,7 +212,6 @@ lo_ipv6_up_stress_head()
}
lo_ipv6_up_stress_body()
{
- atf_skip "Quickly panics: page fault in rtsock_addrmsg"
do_up_stress "lo" "6" ""
}
lo_ipv6_up_stress_cleanup()
@@ -252,7 +242,6 @@ tap_up_stress_head()
}
tap_up_stress_body()
{
- atf_skip "Quickly panics: if_freemulti: protospec not NULL"
do_up_stress "tap" "" ""
}
tap_up_stress_cleanup()
@@ -299,7 +288,6 @@ tun_up_stress_head()
}
tun_up_stress_body()
{
- atf_skip "Quickly panics: if_freemulti: protospec not NULL"
do_up_stress "tun" "" "p2p"
}
tun_up_stress_cleanup()
@@ -315,7 +303,6 @@ tun_ipv6_up_stress_head()
}
tun_ipv6_up_stress_body()
{
- atf_skip "Quickly panics: if_freemulti: protospec not NULL"
do_up_stress "tun" "6" "p2p"
}
tun_ipv6_up_stress_cleanup()
@@ -346,7 +333,6 @@ vlan_up_stress_head()
}
vlan_up_stress_body()
{
- atf_skip "Quickly panics: if_freemulti: protospec not NULL"
do_up_stress "vlan" "" ""
}
vlan_up_stress_cleanup()
@@ -362,7 +348,6 @@ vlan_ipv6_up_stress_head()
}
vlan_ipv6_up_stress_body()
{
- atf_skip "Quickly panics: if_freemulti: protospec not NULL"
do_up_stress "vlan" "6" ""
}
vlan_ipv6_up_stress_cleanup()
@@ -408,7 +393,6 @@ vmnet_ipv6_up_stress_head()
}
vmnet_ipv6_up_stress_body()
{
- atf_skip "Quickly panics: if_freemulti: protospec not NULL"
do_up_stress "vmnet" "6" ""
}
vmnet_ipv6_up_stress_cleanup()