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
F147608610: D54518.id.diff
Thu, Mar 12, 7:23 AM
Unknown Object (File)
Mon, Mar 9, 5:47 PM
Unknown Object (File)
Fri, Mar 6, 3:52 PM
Unknown Object (File)
Sun, Mar 1, 1:44 PM
Unknown Object (File)
Jan 31 2026, 3:04 PM
Unknown Object (File)
Jan 23 2026, 9:44 PM
Unknown Object (File)
Jan 20 2026, 8:08 AM
Unknown Object (File)
Jan 17 2026, 11:39 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