Page MenuHomeFreeBSD

Account for the ctl test needing the ctl(4) module
ClosedPublic

Authored by ngie on Jan 5 2026, 7:58 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 21, 1:54 PM
Unknown Object (File)
Wed, May 20, 10:16 AM
Unknown Object (File)
Wed, May 20, 9:31 AM
Unknown Object (File)
Tue, May 19, 4:16 PM
Unknown Object (File)
Sun, May 17, 10:55 AM
Unknown Object (File)
Tue, May 12, 5:45 PM
Unknown Object (File)
Tue, May 12, 1:29 PM
Unknown Object (File)
Mon, May 11, 10:26 PM
Subscribers

Details

Summary

This testcase does not function unless the /dev/ctl/... node exists,
which is created by the ctl(4) module. Require the ctl(4) module to be
loaded so the test can be executed.

MFC after: 1 week

Test Plan
  • The tests are skipped if either the ctl module or the fusefs modules are not loaded.
  • The tests passed when both of the modules were loaded.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable