From nobody Mon Dec 13 18:15:48 2021 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id CF76718EC86D; Mon, 13 Dec 2021 18:15:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JCV783rxLz4q0h; Mon, 13 Dec 2021 18:15:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 63F3919464; Mon, 13 Dec 2021 18:15:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1BDIFmDd091437; Mon, 13 Dec 2021 18:15:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BDIFmnI091436; Mon, 13 Dec 2021 18:15:48 GMT (envelope-from git) Date: Mon, 13 Dec 2021 18:15:48 GMT Message-Id: <202112131815.1BDIFmnI091436@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Kristof Provost Subject: git: 08851be187ba - main - ndp tests: fix cleanup List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kp X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 08851be187baa867dbccf424b9560934074a50f1 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1639419348; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=mn5wgnxRxOmRRqAwhjys0tZ3bPZeYhGYlmQQLU0KkI8=; b=aR9YxQgvceA3pmxLrx85jPBmyTdHO33vH5yUkEewFuFYVQQw7oQxzVs2zjFx1SlBcDSvKs mdz2qgL27vQa1QBQN0aW8ED/JXDTIPpxK51rtQ+bXWZ0e5xJM4frQHJ7sJvPfLriij+aR6 5XFRIa2fcKUBb/ZYt005c1EcdWNSIunVanpesU9W8qlTB6OkCx29CyEbWFaRaUZ7/m0fc7 ke/vCndapeckkxlF8Y6PiXAO2B6lpR5Bt8CHUJLUrUshYSOGVryBQlLUgwhlZT3jCbencu s6iaU9DWQgb5yJ6tD08/pviqJWL0lzSZmxfbEQr6/io3SK7Csez1reBKl0FUKA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1639419348; a=rsa-sha256; cv=none; b=WnkMKY6BrEFAbBW7CsWYg93e0Ej8zf4jcZBNwruFw6+W35MyIV4OWvwZ4cnvc53fNiAzx3 5Vc3TmClkcw9gRE/pJgKkFK9kBmPnNo/MmE1gJNW4UKUHXO6jEES4FojeffhATUq6L2ZL4 BV79ivkb1rowbP7LUCVc2rIhyS/vJBOCj4TPav0cpkCmNoD8u6vmRM2q9uMBUzxztQgEVx FWTH46v/nkgVE9XUGDdSG7kMneZYo7XB8LzkrwY+0qsYTmfolWJDklHoMxF4GYpsUkNoSZ cQpdI8BMi/uinXVgOeZPVtzRXwz+azFmRRJhUPcohY2aOn048vwLdClLOknHRA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=08851be187baa867dbccf424b9560934074a50f1 commit 08851be187baa867dbccf424b9560934074a50f1 Author: Kristof Provost AuthorDate: 2021-12-13 17:13:42 +0000 Commit: Kristof Provost 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 }