]> www.infradead.org Git - users/sagi/blktests.git/commit
tests: Add ublk tests
authorZiyang Zhang <ZiyangZhang@linux.alibaba.com>
Wed, 24 May 2023 08:55:41 +0000 (16:55 +0800)
committerShin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Fri, 26 May 2023 04:14:48 +0000 (13:14 +0900)
commit017319b88a312d217e5b3d17fbcf153f0065d64b
tree60c7c869b7cb113184b1a9a42104f0b37c2e0224
parentf14a83663a487a0a6bba83f537e620e23f7b7e80
tests: Add ublk tests

It is very important to test ublk crash handling since the userspace
part is not reliable. Especially we should test removing device, killing
ublk daemons and user recovery feature.

Add five new tests for ublk to cover these cases.

Signed-off-by: Ziyang Zhang <ZiyangZhang@linux.alibaba.com>
Reviewed-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
14 files changed:
common/ublk
tests/ublk/001 [new file with mode: 0755]
tests/ublk/001.out [new file with mode: 0644]
tests/ublk/002 [new file with mode: 0755]
tests/ublk/002.out [new file with mode: 0644]
tests/ublk/003 [new file with mode: 0755]
tests/ublk/003.out [new file with mode: 0644]
tests/ublk/004 [new file with mode: 0755]
tests/ublk/004.out [new file with mode: 0644]
tests/ublk/005 [new file with mode: 0755]
tests/ublk/005.out [new file with mode: 0644]
tests/ublk/006 [new file with mode: 0755]
tests/ublk/006.out [new file with mode: 0644]
tests/ublk/rc [new file with mode: 0644]