On 4/12/2016 4:58 PM, Brian C. Lane wrote: > The other users already pull it in via require_scsi_debug_module_, > although it looks like I missed t6004 somehow, it needs it as well.
Maybe a check in wait_for_loop to verify that require_udevadm has already been called would help catch this sort of thing? > There's no way to add a generic check to t-lib-helpers, since we want to > skip tests early if it isn't available. Ahh, right. You don't want to skip the test if it includes the library but does *not* actually need that particular functionality.

