summaryrefslogtreecommitdiffstats
path: root/test/TEST-82-SOFTREBOOT/meson.build
blob: a7c1bf0bd5573174d17dd448a0a18db87d1e76fe (plain)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-License-Identifier: LGPL-2.1-or-later

integration_tests += [
        integration_test_template + {
                'name' : fs.name(meson.current_source_dir()),
                'unit' : files('TEST-82-SOFTREBOOT.service'),
                'cmdline' : ['systemd.set_credential=kernelcmdlinecred:uff'],
                'storage' : 'persistent',
                'vm' : true,
        },
]