Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Dec 2021 18:15:48 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: 08851be187ba - main - ndp tests: fix cleanup
Message-ID:  <202112131815.1BDIFmnI091436@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=08851be187baa867dbccf424b9560934074a50f1

commit 08851be187baa867dbccf424b9560934074a50f1
Author:     Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2021-12-13 17:13:42 +0000
Commit:     Kristof Provost <kp@FreeBSD.org>
CommitDate: 2021-12-13 17:14:59 +0000

    ndp tests: fix cleanup
    
    Fix the cleanup function name so we actually remove our test jail and
    interfaces.
    
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 tests/sys/netinet6/ndp.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/sys/netinet6/ndp.sh b/tests/sys/netinet6/ndp.sh
index 2b26ffd4c448..aa950d03518f 100755
--- a/tests/sys/netinet6/ndp.sh
+++ b/tests/sys/netinet6/ndp.sh
@@ -99,7 +99,7 @@ ndp_del_gu_success_body() {
 	atf_check -o match:"2001:db8::2 \(2001:db8::2\) deleted" jexec ${jname} ndp -nd 2001:db8::2
 }
 
-ndp_del_success_cleanup() {
+ndp_del_gu_success_cleanup() {
 	vnet_cleanup
 }
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112131815.1BDIFmnI091436>