summaryrefslogtreecommitdiffstats
path: root/test/units/testsuite-08.service (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test: introduce TEST-08-INITRDFrantisek Sumsal2023-08-121-0/+9
| | | | | | | | | | And move the initrd related tests from TEST-01-BASIC there. Additionally, this should provide coverage for recemt shutdown initrd related issues, see: - https://github.com/systemd/systemd/issues/28645 - https://github.com/systemd/systemd/pull/28648 - https://github.com/systemd/systemd/pull/28793
* test: merge TEST-08-ISSUE-2730 into TEST-07-PID1Frantisek Sumsal2023-05-101-8/+0
|
* tests: add spdx license header to test unit/link/network/conf filesZbigniew Jędrzejewski-Szmek2021-10-181-0/+1
| | | | | | | | Those are all consumed by our parser, so they all support comments. I was considering whether they should have a license header at all, but in the end I decided to add it because those files are often created by copying parts of real unit files. And if the real ones have a license, then those might as well. It's easier to add it than to make an exception.
* test: make sure to reset state before starting integration testsZbigniew Jędrzejewski-Szmek2020-03-281-0/+1
|
* test: move TEST-08-ISSUE-2730 setup to static files and meson scriptsZbigniew Jędrzejewski-Szmek2020-03-281-0/+6
Unfortunately meson does not install symlinks, but copies the symlink destination instead. So symlinks need to be created by a script. This commit adds both symlinks in test/testsuite-08.units/ and meson scriptlet calls. Strictly speaking, the first is not necessary, since nothing reads stuff directly from the source tree.