Skip to content

Commit e4d3fc6

Browse files
Ming Leiaxboe
authored andcommitted
selftests: ublk: fix test name
Fix the two added test name. Signed-off-by: Ming Lei <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
1 parent e4c4bfe commit e4d3fc6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tools/testing/selftests/ublk/test_stress_08.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: GPL-2.0
33

44
. "$(cd "$(dirname "$0")" && pwd)"/test_common.sh
5-
TID="stress_06"
5+
TID="stress_08"
66
ERR_CODE=0
77

88
ublk_io_and_remove()

tools/testing/selftests/ublk/test_stress_09.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: GPL-2.0
33

44
. "$(cd "$(dirname "$0")" && pwd)"/test_common.sh
5-
TID="stress_07"
5+
TID="stress_09"
66
ERR_CODE=0
77

88
ublk_io_and_kill_daemon()

0 commit comments

Comments
 (0)