summaryrefslogtreecommitdiffstats
path: root/test/TEST-54-CREDS
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2023-06-29 21:52:57 +0200
committerLennart Poettering <lennart@poettering.net>2023-07-04 23:09:39 +0200
commit51235f2fe63fa5d45ac75b193b942cf3419ca6dd (patch)
treeb2c9e910dd4f52d008b67e5de224d2b92bc486cb /test/TEST-54-CREDS
parentfstab-generator: add more parameter name comments (diff)
downloadsystemd-51235f2fe63fa5d45ac75b193b942cf3419ca6dd.tar.xz
systemd-51235f2fe63fa5d45ac75b193b942cf3419ca6dd.zip
test: add simple fstab credential test
Diffstat (limited to 'test/TEST-54-CREDS')
-rwxr-xr-xtest/TEST-54-CREDS/test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TEST-54-CREDS/test.sh b/test/TEST-54-CREDS/test.sh
index 68f97ce953..1d14e0a8c9 100755
--- a/test/TEST-54-CREDS/test.sh
+++ b/test/TEST-54-CREDS/test.sh
@@ -15,6 +15,7 @@ QEMU_CREDS=(
"-smbios type=11,value=io.systemd.credential.binary:binarysmbioscredential=bWFnaWNiaW5hcnlkYXRh"
"-smbios type=11,value=io.systemd.credential.binary:sysusers.extra=dSBjcmVkdGVzdHVzZXIK"
"-smbios type=11,value=io.systemd.credential.binary:tmpfiles.extra=ZiAvdG1wL3NvdXJjZWRmcm9tY3JlZGVudGlhbCAtIC0gLSAtIHRtcGZpbGVzc2VjcmV0Cg=="
+ "-smbios type=11,value=io.systemd.credential.binary:fstab.extra=aW5qZWN0ZWQgL2luamVjdGVkIHRtcGZzIFgtbW91bnQubWtkaXIgMCAwCg=="
)
QEMU_OPTIONS="${QEMU_OPTIONS:-} ${QEMU_CREDS[*]}"