diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2026-01-15 21:40:33 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2026-01-15 21:40:33 +0000 |
| commit | 77f453e9f9cafaf5e787c5bfd29966066d6b9dc3 (patch) | |
| tree | 7c118ea23b55d89fc34c866e6411fcd0858d70fa | |
| parent | f9ae08a88924ba861ad0bb76f5a9a11fb44eced8 (diff) | |
tests/if_ovpn: add missing cleanup to the multihome6 test
| -rw-r--r-- | tests/sys/net/if_ovpn/if_ovpn.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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" |
