| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
We put a timeline of 257 to remove the old bash test runner so since
we're about to release 257, let's remove the old bash test runner in
favor of the meson + mkosi test runner.
|
|
|
|
|
| |
If we're not running the test as root, stick to using a virtual
machine, as mkosi can't do rootless nspawn yet.
|
| |
|
| |
|
|
|
|
|
| |
Most of these are identical, let's just generate from a meson
template.
|
|
|
|
|
| |
This allows doing other stuff with the test without actually defining
the test, such as generating a service unit automatically.
|
|
|
|
|
|
|
|
| |
Currently, on soft-reboot, /run/credentials/@system is unmounted
because it has DefaultDependencies=yes and as such will have
Conflicts=umount.target and Before=umount.target. Let's make sure
credential mounts survive soft-reboot by implying DefaultDependencies=no
for credential mounts.
|
|
|
|
|
|
|
| |
If a unit is running in an image and wants to survive a soft-reboot,
then it can't be deactivated by the storage of the image going away.
Relax the dependency to a Wants=. Access to the image is not needed
when the unit is running anyway, so downgrade to Wants=.
|
|
|
|
| |
To get rid of some boilerplate.
|
|
|
|
| |
As we temporarily mount rootfs read-only there.
|
|
|