Date: Wed, 2 Nov 2022 13:18:10 GMT From: Kristof Provost <kp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: e1274b5b2646 - main - bridge tests: re-enable span test Message-ID: <202211021318.2A2DIA7m038295@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=e1274b5b2646a49c1e3efce6c9918c99716d3c07 commit e1274b5b2646a49c1e3efce6c9918c99716d3c07 Author: Kristof Provost <kp@FreeBSD.org> AuthorDate: 2022-11-02 10:58:04 +0000 Commit: Kristof Provost <kp@FreeBSD.org> CommitDate: 2022-11-02 10:59:11 +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") --- tests/sys/net/if_bridge_test.sh | 5 ----- 1 file changed, 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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211021318.2A2DIA7m038295>