summaryrefslogtreecommitdiffstats
path: root/test/TEST-54-CREDS
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2023-06-29 22:53:26 +0200
committerLennart Poettering <lennart@poettering.net>2023-07-04 23:14:21 +0200
commit53888c3393c8189c383a776284d80d002c30a507 (patch)
treeb2e684fe0619d87a9bbf10ab988e15c983b63554 /test/TEST-54-CREDS
parentgetty-generator: minor modernizations (diff)
downloadsystemd-53888c3393c8189c383a776284d80d002c30a507.tar.xz
systemd-53888c3393c8189c383a776284d80d002c30a507.zip
test: verify that the getty generator with creds works
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 1d14e0a8c9..5588242230 100755
--- a/test/TEST-54-CREDS/test.sh
+++ b/test/TEST-54-CREDS/test.sh
@@ -16,6 +16,7 @@ QEMU_CREDS=(
"-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=="
+ "-smbios type=11,value=io.systemd.credential:getty.ttys.container=idontexist"
)
QEMU_OPTIONS="${QEMU_OPTIONS:-} ${QEMU_CREDS[*]}"