Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

selftests: ublk: fix test name

Fix the two added test name.

Signed-off-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>

authored by

Ming Lei and committed by
Jens Axboe
e4d3fc6a e4c4bfec

+2 -2
+1 -1
tools/testing/selftests/ublk/test_stress_08.sh
··· 2 2 # SPDX-License-Identifier: GPL-2.0 3 3 4 4 . "$(cd "$(dirname "$0")" && pwd)"/test_common.sh 5 - TID="stress_06" 5 + TID="stress_08" 6 6 ERR_CODE=0 7 7 8 8 ublk_io_and_remove()
+1 -1
tools/testing/selftests/ublk/test_stress_09.sh
··· 2 2 # SPDX-License-Identifier: GPL-2.0 3 3 4 4 . "$(cd "$(dirname "$0")" && pwd)"/test_common.sh 5 - TID="stress_07" 5 + TID="stress_09" 6 6 ERR_CODE=0 7 7 8 8 ublk_io_and_kill_daemon()