Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Apr 2025 17:09:59 GMT
From:      Igor Ostapenko <igoro@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: ea1e4a7dd9bc - main - tests.7: Announce allow_network_access test suite conf variable
Message-ID:  <202504011709.531H9x5t077001@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by igoro:

URL: https://cgit.FreeBSD.org/src/commit/?id=ea1e4a7dd9bcf1f46f55e4cc2dac6fa273bd3358

commit ea1e4a7dd9bcf1f46f55e4cc2dac6fa273bd3358
Author:     Igor Ostapenko <igoro@FreeBSD.org>
AuthorDate: 2025-04-01 17:08:48 +0000
Commit:     Igor Ostapenko <igoro@FreeBSD.org>
CommitDate: 2025-04-01 17:08:48 +0000

    tests.7: Announce allow_network_access test suite conf variable
    
    Reviewed by:    olivier
    Differential Revision:  https://reviews.freebsd.org/D49594
---
 share/man/man7/tests.7 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/share/man/man7/tests.7 b/share/man/man7/tests.7
index 1fbaad7d42a0..3cca7bdb1b91 100644
--- a/share/man/man7/tests.7
+++ b/share/man/man7/tests.7
@@ -171,6 +171,9 @@ Enables tests that change globally significant
 .Xr sysctl 8
 variables.
 The tests will undo any changes in their cleanup phases.
+.It allow_network_access
+Enables tests that need to access the network the test host is connected to.
+Such tests may require properly configured Internet access.
 .It disks
 Must be set to a space delimited list of disk device nodes.
 Tests that need destructive access to disks must use these devices.



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