On 4/17/23 05:47, Shin'ichiro Kawasaki wrote: > From: Shin'ichiro Kawasaki <shinichiro.kawasaki@xxxxxxx> > > As a preparation to adapt test cases to built-in scsi_debug module, re- > define the _have_scsi_debug function. It checks that the scsi_debug > module is built as a loadable module. Modify it to check that the > scsi_debug module is available as built-in module or loadable module. > > Also replace all _have_scsi_debug calls in test cases with > "_have_module scsi_debug" so that the change of _have_scsi_debug do not > affect the test cases. Following commits will modify them to call > _have_scsi_debug, only for test cases ready to run with built-in > scsi_debug. > > Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@xxxxxxx> > --- > Looks good. Reviewed-by: Chaitanya Kulkarni <kch@xxxxxxxxxx> -ck