]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: pass verbose option to nvme-cli
authorLuca Boccassi <luca.boccassi@gmail.com>
Mon, 31 Mar 2025 14:44:11 +0000 (15:44 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 8 Apr 2025 19:52:11 +0000 (20:52 +0100)
When the test fails due to nvme-cli/kernel issues it's hard to report it
upstream as there's not enough details, add verbose flags

(cherry picked from commit ebc0514a6507d51e536b269e30a036a7992beeb7)
(cherry picked from commit b87f618a30cb664326d2211d8dd7b30a442318b4)

test/units/TEST-84-STORAGETM.sh

index c5cb8989020f1983e464576c5ad0607c9a8d1d58..89de11318600017f44a1ee3833106d6d8777c22d 100755 (executable)
@@ -22,7 +22,7 @@ NVME_UUID="$(cat /proc/sys/kernel/random/uuid)"
 systemd-run -u teststoragetm.service -p Type=notify -p "Environment=SYSTEMD_NVME_UUID=${NVME_UUID:?}" /usr/lib/systemd/systemd-storagetm /var/tmp/storagetm.test --nqn=quux
 NVME_DEVICE="/dev/disk/by-id/nvme-uuid.${NVME_UUID:?}"
 
-nvme connect-all -t tcp -a 127.0.0.1 -s 16858 --hostid="$(cat /proc/sys/kernel/random/uuid)"
+nvme connect-all -vv -t tcp -a 127.0.0.1 -s 16858 --hostid="$(cat /proc/sys/kernel/random/uuid)"
 udevadm wait --settle "$NVME_DEVICE"
 
 dd if="$NVME_DEVICE" bs=1024 | cmp /var/tmp/storagetm.test -