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)
Tue, Apr 28, 5:46 AM
Unknown Object (File)
Mon, Apr 27, 7:06 AM
Unknown Object (File)
Tue, Apr 21, 10:33 AM
Unknown Object (File)
Sun, Apr 19, 3:26 PM
Unknown Object (File)
Wed, Apr 15, 1:21 PM
Unknown Object (File)
Wed, Apr 15, 7:22 AM
Unknown Object (File)
Sat, Apr 11, 8:17 PM
Unknown Object (File)
Sat, Apr 11, 1:04 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