]> www.infradead.org Git - nvme.git/commit
selftests: ublk: fix test_stripe_04
authorMing Lei <ming.lei@redhat.com>
Fri, 4 Apr 2025 00:18:49 +0000 (08:18 +0800)
committerJens Axboe <axboe@kernel.dk>
Fri, 4 Apr 2025 02:13:38 +0000 (20:13 -0600)
commit72070e57b0a518ec8e562a2b68fdfc796ef5c040
treea98473a60b0582138fab812c793d92aec71a5d4f
parent06a22366d6a11ca8ed03c738171822ac9b714cfd
selftests: ublk: fix test_stripe_04

Commit 57ed58c13256 ("selftests: ublk: enable zero copy for stripe target")
added test entry of test_stripe_04, but forgot to add the test script.

So fix the test by adding the script file.

Reported-by: Uday Shankar <ushankar@purestorage.com>
Signed-off-by: Ming Lei <ming.lei@redhat.com>
Reviewed-by: Uday Shankar <ushankar@purestorage.com>
Link: https://lore.kernel.org/r/20250404001849.1443064-1-ming.lei@redhat.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
tools/testing/selftests/ublk/test_stripe_04.sh [new file with mode: 0755]