diff options
author | Lennart Poettering <lennart@poettering.net> | 2023-06-29 21:52:57 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2023-07-04 23:09:39 +0200 |
commit | 51235f2fe63fa5d45ac75b193b942cf3419ca6dd (patch) | |
tree | b2c9e910dd4f52d008b67e5de224d2b92bc486cb /test/TEST-54-CREDS | |
parent | fstab-generator: add more parameter name comments (diff) | |
download | systemd-51235f2fe63fa5d45ac75b193b942cf3419ca6dd.tar.xz systemd-51235f2fe63fa5d45ac75b193b942cf3419ca6dd.zip |
test: add simple fstab credential test
Diffstat (limited to 'test/TEST-54-CREDS')
-rwxr-xr-x | test/TEST-54-CREDS/test.sh | 1 |
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[*]}" |