Daan De Meyer
9a69900a4b
test: Make journal storage configurable per test and make persistent for TEST-09-JOURNAL
...
Also fix a bug in the logic since it's 'volatile' and not 'runtime'.
2024-04-30 22:10:05 +02:00
Daan De Meyer
b8afa59583
test: Drop /usr overlay workaround
...
/usr is not erofs anymore in the mkosi images so let's drop the
workaround where we mount a writable tmpfs on top of /usr.
2024-04-30 22:10:05 +02:00
Daan De Meyer
db07533f74
Revert "TEST-25-IMPORT: Skip if importctl not installed"
...
This reverts commit dcb17e3295 .
importctl is now correctly installed on opensuse, so no need for
this workaround anymore.
2024-04-30 22:10:05 +02:00
Daan De Meyer
27246d2bb6
TEST-71-HOSTNAME: Ignore error from reset-failed
...
On OpenSUSE the systemd-hostnamed does not fail and is unloaded which
causes reset-failed to fail. So let's ignore any errors from reset-failed
to make the test more robust.
2024-04-30 22:10:05 +02:00
Daan De Meyer
b676bbbfc6
TEST-46-HOMED: Check for sshd pam snippet in /usr/lib/pam.d as well
...
opensuse ships pam snippets in /usr/lib/pam.d.
2024-04-30 22:10:05 +02:00
Daan De Meyer
e290b45dfa
TEST-82-SOFTREBOOT: Exit with exit status 123
...
Required to make mkosi consider the test successful.
2024-04-30 22:10:05 +02:00
Daan De Meyer
e1f17dc641
TEST-35-LOGIN: Exclude manager entry in testcase_sanity_check()
...
Otherwise we try to kill the wrong session.
2024-04-30 22:10:05 +02:00
Daan De Meyer
b03c2d51b2
TEST-18-FAILUREACTION: Exit with 123 on success
...
mkosi expects the virtual machine/container to exit with exit status
123 on success so let's make sure that's the case.
2024-04-30 22:10:05 +02:00
Daan De Meyer
8c89620e80
TEST-09-REBOOT: Make journalctl grep pattern more specific
...
We might be rotating because we reached limits, which is perfectly
fine, so don't fail if that happens.
2024-04-30 22:10:05 +02:00
Daan De Meyer
409c8a8ee0
TEST-13-NSPAWN: Skip on virtiofs
...
The rootfs only has 64K UIDs available when booting with virtiofs,
whereas the nspawn tests want to use user namespace which require
more than 64K UIDs.
2024-04-30 22:10:05 +02:00
Richard Maw
3630f5aaf8
TEST-13-NSPAWN: move disk images to /var/tmp
...
/tmp may not be large enough to contain disk images
and will result in strange errors when it runs out of space.
2024-04-30 22:10:02 +02:00
Richard Maw
047d5b6a32
TEST-13-NSPAWN: move container template to /usr/share
...
Having directories in / causes problems for make-root-on-boot images
2024-04-30 18:17:13 +02:00
Daan De Meyer
b81ece59c4
TEST-04-JOURNAL: Make LogFilterPatterns= tests more robust
...
Let's use oneshot services as we don't need long running services
for the tests we're doing. Let's also increase the sleeps a little
as the current values weren't sufficient when running the test locally
on my machine with mkosi.
2024-04-30 18:17:13 +02:00
Daan De Meyer
191a31fbcf
TEST-83-BTRFS: Skip if root filesystem is not btrfs
2024-04-30 18:17:13 +02:00
Richard Maw
37029ce769
TEST-35-LOGIN: Handle multiple lock messages per sleep
...
If 3 lock messages get sent when going to sleep
then we can falsely assume we have woken up if we only assume we have at least two
so checking we have more than we did before sleeping addresses that issue.
2024-04-30 18:17:13 +02:00
Daan De Meyer
f991c3871b
mkosi: Fix %__check_files eval in opensuse build script
...
Make sure the correct buildroot gets expanded instead of the default
opensuse build root location.
We also remove debug files from the unpackaged files list as they're
handled separately by rpm.
2024-04-30 18:17:11 +02:00
Daan De Meyer
3c9a807ac8
mkosi: Install more locales on CentOS/Fedora
...
Required for TEST-73-LOCALE.
2024-04-30 17:01:41 +02:00
Daan De Meyer
0d73e224e2
mkosi: Install tpm2-tools in system image
...
Required for TEST-70-TPM2.
2024-04-30 17:01:41 +02:00
Daan De Meyer
695ebbaf7f
mkosi: Override /sbin/init in minimal-base
...
Required for TEST-13-NSPAWN.
2024-04-30 17:01:41 +02:00
Daan De Meyer
27f166c523
mkosi: Use systemd.crash_action=poweroff in integration tests
...
Some integration tests expect to be able to reboot so switch to using
the new systemd.crash_action=poweroff instead.
2024-04-30 17:01:41 +02:00
Richard Maw
334e707329
mkosi: Add curl package for journal tests
2024-04-30 17:01:41 +02:00
Daan De Meyer
e911a335ed
mkosi: Mask systemd-networkd-wait-online when --runtime-network=none
...
Otherwise it will wait forever waiting for an interface to appear.
See https://github.com/systemd/systemd/issues/29388 .
2024-04-30 17:01:41 +02:00
Daan De Meyer
d99deaaaea
mkosi: Disable --runtime-scratch=no for tests
...
Breaks TEST-83-BTRFS if enabled.
2024-04-30 17:01:41 +02:00
Daan De Meyer
989d46df8b
mkosi: Install locales on debian/ubuntu
...
Required for TEST-73-LOCALE.
2024-04-30 17:01:41 +02:00
Daan De Meyer
06489e8332
mkosi: Make sure our extra kernel command line overrides the config one
2024-04-30 17:01:41 +02:00