]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: add partition IDs for s390x and ppc64el to TEST-50-DISSECT
authorLuca Boccassi <luca.boccassi@microsoft.com>
Wed, 12 Jan 2022 22:38:04 +0000 (22:38 +0000)
committerLuca Boccassi <luca.boccassi@microsoft.com>
Wed, 12 Jan 2022 22:59:20 +0000 (22:59 +0000)
test/units/testsuite-50.sh

index fa855fafcc08695a47540e0363d741b1d0c5ab58..b35527f76147298528099183e0aceaae2fa1da78 100755 (executable)
@@ -102,10 +102,16 @@ elif [ "${machine}" = "ia64" ]; then
     verity_guid=86ed10d5-b607-45bb-8957-d350f23d0571
     signature_guid=e98b36ee-32ba-4882-9b12-0ce14655f46a
     architecture="ia64"
+elif [ "${machine}" = "s390x" ]; then
+    root_guid=5eead9a9-fe09-4a1e-a1d7-520d00531306
+    verity_guid=b325bfbe-c7be-4ab8-8357-139e652d2f6b
+    signature_guid=c80187a5-73a3-491a-901a-017c3fa953e9
+    architecture="s390x"
 elif [ "${machine}" = "ppc64le" ]; then
-    # There's no support of PPC in the discoverable partitions specification yet, so skip the rest for now
-    echo OK >/testok
-    exit 0
+    root_guid=c31c45e6-3f39-412e-80fb-4809c4980599
+    verity_guid=906bd944-4589-4aae-a4e4-dd983917446a
+    signature_guid=d4a236e7-e873-4c07-bf1d-bf6cf7f1c3c6
+    architecture="ppc64-le"
 else
     echo "Unexpected uname -m: ${machine} in testsuite-50.sh, please fix me"
     exit 1