From nobody Mon Jun 22 13:26:21 2026 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 4gkTVk5YYHz6hBvt for ; Mon, 22 Jun 2026 13:26:22 +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 "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gkTVk1dy9z3r9y for ; Mon, 22 Jun 2026 13:26:22 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1782134782; 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=7XRpdgSNmHOOqICIj8nJciziHIwRpd+GEq46hjqJ9xY=; b=jWGNZ9mKNqG61SvHgtEgJX0TkgYyWyge3liCunKdyYySE1efbGwQI164qVvj0Ey5wSXgtS lXWbJwHLy1IrOCzCiwSrQeDdoN5ZAiMLBt2NPBaSUwWePkYBCMKzsRoF/Ey7N2YTwYFQla L4s1nHd8ek9+BaewdRgy5xtr9ScP1EbS71dlhDJzyK6VZsZ6FNtNYNmiimuBJomoostfke 3vKY9Q+njXMVTknQJ3dpFCfEP0ezI4PMAGuqlBspd0sVTSt0pX90u/N4WCI2zEalPA15Kd ZPk6mOb29xMBt5lTnKT6xqHT1KR5UOkUTamUPMwvJhjj45jdoLbK7aOV4fYtDA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1782134782; a=rsa-sha256; cv=none; b=CcxsDZBTqDCbn24zCoi+/FhBEGQuD8SgdUmeK4YnrkVHJNRIoD0vTfwwS/kmmtVBmNdbd0 FcvqQkWWnkozC9404PegYn9SxWbG99+Y0Qtm+v0yh8vrT0hcARTQfcW6lUNUaYtFVG2Z0P jHgAWmM7/blqzH1dzaEqLol1Woa9RC3EE4HJylvE7AXetv0aGHoKh9eSFFDib/JVZ3vU1l QCLLsirEunYLP5XL5x9c2jsmWQd4K/DLXVo8y4twSxZXudTs6EXwmLSzIc2FFGoa9M8vKS V1PSem1UwNlCTlUA8+RaYHuwOvGj4Tl5X3TfTSkiDk9dQp0bnFjHJnWmAyJwUA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1782134782; 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=7XRpdgSNmHOOqICIj8nJciziHIwRpd+GEq46hjqJ9xY=; b=Os98VSaqcFWHCaJX9XG+0fNfN4iL7CxObZWihHDHSdKvRIa8aCwlIpSSvJLbL5aTKb/s1S FlHBDg/1uQK86P1r91An0SD3LjOIt8br4+lWIfhxjlmo4GroWyhTB56yWp9Pbm4loVwxcM xVhW0AP35EVfQz9GW18U9ygvTEc8WDxPZDCLaX+bLe9FBTBpE7QrhBmAjQaXpYAJbvN+tw GvijYBMMvsz6o6gUIyIAG7m+MzF8LZh1Mxk38HFe7iF+2ooZ3flOgSSQYwyYcecMSu43V0 gWGk6PgN3X4mi8lpiW44DlWjXv+kEEKPHsQbM9cnS0T53+7HJah6FHA+qd5RAQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gkTVj6Wh3zqCN for ; Mon, 22 Jun 2026 13:26:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3a971 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 22 Jun 2026 13:26:21 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Mark Johnston Subject: git: 03920772145a - stable/15 - tests.7: Remove an unused configuration variable 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: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: markj X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: 03920772145a6127ce0b45008615213c048f978d Auto-Submitted: auto-generated Date: Mon, 22 Jun 2026 13:26:21 +0000 Message-Id: <6a3937fd.3a971.3aceb6f6@gitrepo.freebsd.org> The branch stable/15 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=03920772145a6127ce0b45008615213c048f978d commit 03920772145a6127ce0b45008615213c048f978d Author: Mark Johnston AuthorDate: 2026-06-09 21:00:23 +0000 Commit: Mark Johnston CommitDate: 2026-06-22 13:26:09 +0000 tests.7: Remove an unused configuration variable No existing tests require it, and I cannot understand what kinds of test scenarios are supposed to require it. Just remove it. While here, improve the documentation of test variables a bit. Reviewed by: ngie MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D56604 (cherry picked from commit 6bd97b5f3778aa36bcf89ff870bb1483b301a9be) --- share/man/man7/tests.7 | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/share/man/man7/tests.7 b/share/man/man7/tests.7 index 97cc6beba4dc..4cea1470adb2 100644 --- a/share/man/man7/tests.7 +++ b/share/man/man7/tests.7 @@ -219,23 +219,16 @@ skipped. .Pp Test suites are configured by defining their configuration variables in -.Pa /etc/kyua/kyua.conf . -The format of this file is detailed in +.Pa /etc/kyua/kyua.conf +or on the command line. +The format of the configuration file is detailed in .Xr kyua.conf 5 . .Pp The following configuration variables are available in the .Fx -Test Suite: +Test Suite; all of the variable names are prefixed with +.Va test_suites.FreeBSD. . .Bl -tag -width "allow_sysctl_side_effects" -.It Va allow_devfs_side_effects -If defined, enables tests that may destroy and recreate semipermanent device -nodes, like disk devices. -Without this variable, tests may still create and destroy devices nodes that -are normally transient, like /dev/tap* and /dev/pts*, as long as they clean -them up afterwards. -However, tests that require this variable have a relaxed cleanup requirement; -they must recreate any devices that they destroyed, but not necessarily with -the same devnames. .It Va allow_sysctl_side_effects Enables tests that change globally significant .Xr sysctl 8