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>
This commit is contained in:
Ming Lei 2026-01-23 17:15:44 +08:00 committed by Jens Axboe
parent e4c4bfec2b
commit e4d3fc6a22
2 changed files with 2 additions and 2 deletions

View File

@ -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()

View File

@ -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()