git: 3ef5d1f82c43 - stable/12 - bridge tests: re-enable span test
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Nov 2022 12:09:50 UTC
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=3ef5d1f82c434db62adf9df315954b0f84a6758e commit 3ef5d1f82c434db62adf9df315954b0f84a6758e Author: Kristof Provost <kp@FreeBSD.org> AuthorDate: 2022-11-02 10:58:04 +0000 Commit: Kristof Provost <kp@FreeBSD.org> CommitDate: 2022-11-09 08:17:08 +0000 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") (cherry picked from commit e1274b5b2646a49c1e3efce6c9918c99716d3c07) --- tests/sys/net/if_bridge_test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/sys/net/if_bridge_test.sh b/tests/sys/net/if_bridge_test.sh index b029d8d60419..c5834e04f3f0 100755 --- a/tests/sys/net/if_bridge_test.sh +++ b/tests/sys/net/if_bridge_test.sh @@ -272,7 +272,6 @@ span_head() span_body() { - set -x vnet_init epair=$(vnet_mkepair)