The branch main has been updated by igoro:

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

commit ea1e4a7dd9bcf1f46f55e4cc2dac6fa273bd3358
Author:     Igor Ostapenko <ig...@freebsd.org>
AuthorDate: 2025-04-01 17:08:48 +0000
Commit:     Igor Ostapenko <ig...@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.

Reply via email to