From: Karel Zak Date: Thu, 19 Feb 2015 11:36:52 +0000 (+0100) Subject: tests: scsi_debug workaround X-Git-Tag: v2.26~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71b74ca7926732e7e8318eca3f35f8f92afc0f65;p=thirdparty%2Futil-linux.git tests: scsi_debug workaround Signed-off-by: Karel Zak --- diff --git a/tests/ts/eject/umount b/tests/ts/eject/umount index 9058c59ab8..1a023a6b80 100755 --- a/tests/ts/eject/umount +++ b/tests/ts/eject/umount @@ -48,6 +48,7 @@ EOF function deinit_device { udevadm settle + sleep 1 rmmod scsi_debug } @@ -58,6 +59,7 @@ $TS_CMD_EJECT --force $TS_DEVICE && ts_log "Success" deinit_device ts_finalize_subtest + ts_init_subtest "by-disk-mounted" init_device mkfs.ext2 -q -F $TS_DEVICE