test() {
echo "Running ${TEST_NAME}"
- if ! _configure_scsi_debug delay=0; then
+ if ! _configure_scsi_debug; then
return 1
fi
echo "Running ${TEST_NAME}"
- if ! _init_scsi_debug delay=0; then
+ if ! _init_scsi_debug; then
return 1
fi
# Select 2 target zones so that reset zone range also get tested
_get_blkzone_report "${TEST_DEV}" || return $?
- zone_idx=$(_find_two_contiguous_seq_zones "") || return $?
+ zone_idx=$(_find_two_contiguous_seq_zones) || return $?
target_zones=( "${zone_idx}" "$((zone_idx + 1))" )
# Reset the 2 target zones and write 4KB in each zone to increment