Date: Thu, 15 Jan 2026 21:41:06 +0000 From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 77f453e9f9ca - main - tests/if_ovpn: add missing cleanup to the multihome6 test Message-ID: <69695ef2.2393e.2b6edc8d@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=77f453e9f9cafaf5e787c5bfd29966066d6b9dc3 commit 77f453e9f9cafaf5e787c5bfd29966066d6b9dc3 Author: Gleb Smirnoff <glebius@FreeBSD.org> AuthorDate: 2026-01-15 21:40:33 +0000 Commit: Gleb Smirnoff <glebius@FreeBSD.org> CommitDate: 2026-01-15 21:40:33 +0000 tests/if_ovpn: add missing cleanup to the multihome6 test Fixes: 0bfcfb3cb1cbfa383cbd24eff39d39f143eb63ba --- tests/sys/net/if_ovpn/if_ovpn.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/sys/net/if_ovpn/if_ovpn.sh b/tests/sys/net/if_ovpn/if_ovpn.sh index 6fe0393dd2b2..5260ac344b97 100644 --- a/tests/sys/net/if_ovpn/if_ovpn.sh +++ b/tests/sys/net/if_ovpn/if_ovpn.sh @@ -1333,6 +1333,7 @@ multihome4_cleanup() pft_cleanup } +atf_test_case "multihome6" "cleanup" multihome6_head() { atf_set descr 'Test multihome IPv6 with OpenVPN' @@ -1413,6 +1414,7 @@ multihome6_body() multihome6_cleanup() { ovpn_cleanup + pft_cleanup } atf_test_case "float" "cleanup"home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69695ef2.2393e.2b6edc8d>
