Date: Wed, 9 Apr 2025 13:50:58 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: f132e8b4c7d9 - main - net tests: enable if_lagg_test:lacp_linkstate_destroy_stress Message-ID: <202504091350.539DowhC041595@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=f132e8b4c7d918ffb97f9c1f0c26b928874bfd59 commit f132e8b4c7d918ffb97f9c1f0c26b928874bfd59 Author: K Rin <rin@sandb0x.tw> AuthorDate: 2025-04-09 08:27:02 +0000 Commit: Kristof Provost <kp@FreeBSD.org> CommitDate: 2025-04-09 13:50:35 +0000 net tests: enable if_lagg_test:lacp_linkstate_destroy_stress PR: 244168 Pull Request: https://github.com/freebsd/freebsd-src/pull/1650 --- tests/sys/net/if_lagg_test.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/sys/net/if_lagg_test.sh b/tests/sys/net/if_lagg_test.sh index 4bdb59c8aab9..e2b998599991 100755 --- a/tests/sys/net/if_lagg_test.sh +++ b/tests/sys/net/if_lagg_test.sh @@ -190,10 +190,6 @@ lacp_linkstate_destroy_stress_head() } lacp_linkstate_destroy_stress_body() { - if [ "$(atf_config_get ci false)" = "true" ]; then - atf_skip "https://bugs.freebsd.org/244168" - fi - local TAP0 TAP1 LAGG MAC SRCDIR # Configure the lagg interface to use an RFC5737 nonrouteable addresses
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202504091350.539DowhC041595>