]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - test/meson.build
test: Enable TEST-54-CREDS on mkosi
[thirdparty/systemd.git] / test / meson.build
index 60d42efee6574997c46983fda3d522a09eb1dd73..2a07d120faf756acec366dcc688ae6453b5f9a9b 100644 (file)
@@ -290,6 +290,8 @@ integration_test_template = {
                 'after' : '',
         },
         'cmdline' : [],
+        'credentials' : [],
+        'qemu-args' : [],
 }
 testdata_subdirs = [
         'auxv',
@@ -410,6 +412,14 @@ foreach integration_test : integration_tests
                 ]
         endif
 
+        foreach credential : integration_test['credentials']
+                integration_test_args += ['--credential', credential]
+        endforeach
+
+        if integration_test['qemu-args'].length() > 0
+                integration_test_args += ['--qemu-args=@0@'.format(' '.join(integration_test['qemu-args']))]
+        endif
+
         integration_test_args += integration_test['mkosi-args']
 
         integration_test_env = {}