aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristof Provost <kp@FreeBSD.org>2022-11-02 10:58:04 +0000
committerKristof Provost <kp@FreeBSD.org>2022-11-02 10:59:11 +0000
commite1274b5b2646a49c1e3efce6c9918c99716d3c07 (patch)
tree94a933da746caa0222a6f1f8619a783559009016
parent67557372dfef87eb94681a97a4157198efe21992 (diff)
downloadsrc-e1274b5b2646a49c1e3efce6c9918c99716d3c07.tar.gz
src-e1274b5b2646a49c1e3efce6c9918c99716d3c07.zip
bridge tests: re-enable span test
The root cause of the intermittent span test failures has been identified as a race between sending the packet and starting the bpf capture. This is now resolved, so the test can be re-enabled. PR: 260461 MFC after: 1 week Sponsored by: Rubicon Communications, LLC ("Netgate")
-rwxr-xr-xtests/sys/net/if_bridge_test.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/sys/net/if_bridge_test.sh b/tests/sys/net/if_bridge_test.sh
index 3335cd65e733..42f65936d038 100755
--- a/tests/sys/net/if_bridge_test.sh
+++ b/tests/sys/net/if_bridge_test.sh
@@ -273,13 +273,8 @@ span_head()
span_body()
{
- set -x
vnet_init
- if [ "$(atf_config_get ci false)" = "true" ]; then
- atf_skip "https://bugs.freebsd.org/260461"
- fi
-
epair=$(vnet_mkepair)
epair_span=$(vnet_mkepair)
bridge=$(vnet_mkbridge)