Skip to content

Commit

Permalink
nvme/029: capture all the FULL log from test_user_io
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Zhang <[email protected]>
  • Loading branch information
yizhanglinux committed Nov 29, 2024
1 parent e8f3e50 commit af873d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/nvme/029
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ test() {
local dev
dev="/dev/$(_find_nvme_ns "${def_subsys_uuid}")"
test_user_io "$dev" 1 512 > "$FULL" 2>&1 || echo FAIL
test_user_io "$dev" 1 511 > "$FULL" 2>&1 || echo FAIL
test_user_io "$dev" 1 513 > "$FULL" 2>&1 || echo FAIL
test_user_io "$dev" 511 1024 > "$FULL" 2>&1 || echo FAIL
test_user_io "$dev" 511 1023 > "$FULL" 2>&1 || echo FAIL
test_user_io "$dev" 511 1025 > "$FULL" 2>&1 || echo FAIL
test_user_io "$dev" 1 511 >> "$FULL" 2>&1 || echo FAIL
test_user_io "$dev" 1 513 >> "$FULL" 2>&1 || echo FAIL
test_user_io "$dev" 511 1024 >> "$FULL" 2>&1 || echo FAIL
test_user_io "$dev" 511 1023 >> "$FULL" 2>&1 || echo FAIL
test_user_io "$dev" 511 1025 >> "$FULL" 2>&1 || echo FAIL

if [[ ${reset_nr_hugepages} = true ]]; then
echo 0 > /proc/sys/vm/nr_hugepages
Expand Down

0 comments on commit af873d2

Please sign in to comment.