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
F167619678: D54518.id170358.diff
Sun, Aug 23, 5:31 AM
F167619675: D54518.id170358.diff
Sun, Aug 23, 5:31 AM
F167619669: D54518.id170358.diff
Sun, Aug 23, 5:31 AM
Unknown Object (File)
Fri, Aug 14, 8:12 AM
Unknown Object (File)
Thu, Aug 13, 12:46 AM
Unknown Object (File)
Wed, Aug 12, 7:26 PM
Unknown Object (File)
Tue, Aug 11, 10:59 PM
Unknown Object (File)
Tue, Aug 11, 10:58 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