test explicit gpt uuid optoin

This commit is contained in:
Jörg Thalheim
2025-02-14 13:50:51 +07:00
committed by Jörg Thalheim
parent a825e29a3b
commit 4edb87a2ac
2 changed files with 2 additions and 1 deletions

View File

@@ -28,6 +28,7 @@
type = "gpt";
partitions = {
luks = {
uuid = "f0f0f0f0-f0f0-f0f0-f0f0-f0f0f0f0f0f0";
start = "1M";
size = "100%";
content = {

View File

@@ -13,7 +13,7 @@ diskoLib.testLib.makeDiskoTest {
};
extraTestScript = ''
machine.succeed("test -b /dev/md/raid1p1");
machine.succeed("test -b /dev/disk/by-partuuid/f0f0f0f0-f0f0-f0f0-f0f0-f0f0f0f0f0f0")
machine.succeed("mountpoint /zfs_fs");
machine.succeed("mountpoint /zfs_legacy_fs");