Page MenuHomeFreeBSD

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

Authored by ngie on Mon, Jan 5, 7:58 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 23, 9:44 PM
Unknown Object (File)
Tue, Jan 20, 8:08 AM
Unknown Object (File)
Sat, Jan 17, 11:39 PM
Unknown Object (File)
Tue, Jan 13, 9:38 AM
Unknown Object (File)
Tue, Jan 13, 1:16 AM
Unknown Object (File)
Mon, Jan 12, 2:14 AM
Unknown Object (File)
Sat, Jan 10, 7:32 AM
Unknown Object (File)
Wed, Jan 7, 5:37 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