]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
selftests: ublk: fix test name
authorMing Lei <ming.lei@redhat.com>
Fri, 23 Jan 2026 09:15:44 +0000 (17:15 +0800)
committerJens Axboe <axboe@kernel.dk>
Fri, 23 Jan 2026 12:11:03 +0000 (05:11 -0700)
Fix the two added test name.

Signed-off-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
tools/testing/selftests/ublk/test_stress_08.sh
tools/testing/selftests/ublk/test_stress_09.sh

index 190db0b4f2ade9eac04449abf1c659849ed7e721..9abb50ee3d004ff9bc920d6ed8c17f4689d0be89 100755 (executable)
@@ -2,7 +2,7 @@
 # SPDX-License-Identifier: GPL-2.0
 
 . "$(cd "$(dirname "$0")" && pwd)"/test_common.sh
-TID="stress_06"
+TID="stress_08"
 ERR_CODE=0
 
 ublk_io_and_remove()
index 1b6bdb31da03184822778b749b1de5ff79869b0c..87b92b0a24101ed3f2f924b713cea7a93b259790 100755 (executable)
@@ -2,7 +2,7 @@
 # SPDX-License-Identifier: GPL-2.0
 
 . "$(cd "$(dirname "$0")" && pwd)"/test_common.sh
-TID="stress_07"
+TID="stress_09"
 ERR_CODE=0
 
 ublk_io_and_kill_daemon()