test: wipe filesystem before moving to the next test case

This commit is contained in:
Yu Watanabe 2024-05-19 05:10:28 +09:00
parent 2569e790f6
commit 301d7ee611

View file

@ -772,6 +772,8 @@ EOF
btrfs filesystem show
helper_check_device_symlinks
helper_check_device_units
wipefs -a -f "${devices[@]}"
udevadm wait --settle --timeout=30 --removed "/dev/disk/by-uuid/$uuid" "/dev/disk/by-label/$label"
echo "Multiple devices: using LUKS encrypted disks, data: raid1, metadata: raid1, mixed mode"
uuid="deadbeef-dead-dead-beef-000000000003"