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)
Sat, Jul 25, 10:26 PM
Unknown Object (File)
Tue, Jul 21, 3:45 PM
Unknown Object (File)
Sat, Jul 18, 8:20 PM
Unknown Object (File)
Sat, Jul 18, 7:28 AM
Unknown Object (File)
Thu, Jul 16, 7:05 PM
Unknown Object (File)
Thu, Jul 16, 5:09 AM
Unknown Object (File)
Wed, Jul 15, 7:01 AM
Unknown Object (File)
Wed, Jul 15, 7:01 AM
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