]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: Generate basic testsuite services with meson
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 12 May 2024 08:50:47 +0000 (10:50 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 14 May 2024 10:43:28 +0000 (12:43 +0200)
commit348f5017a40a518b041df0ed7071da8d5482ce5c
tree45d10213029071fd6e3f7cd1a188a2172b8938a1
parent20e94309a741fe542997d751fbc058f296fd6676
test: Generate basic testsuite services with meson

Most of these are identical, let's just generate from a meson
template.
74 files changed:
test/TEST-07-PID1/TEST-07-PID1.service [moved from test/units/TEST-07-PID1.service with 80% similarity]
test/TEST-07-PID1/meson.build
test/TEST-16-EXTEND-TIMEOUT/TEST-16-EXTEND-TIMEOUT.service [moved from test/units/TEST-16-EXTEND-TIMEOUT.service with 86% similarity]
test/TEST-16-EXTEND-TIMEOUT/meson.build
test/TEST-32-OOMPOLICY/meson.build
test/TEST-44-LOG-NAMESPACE/TEST-44-LOG-NAMESPACE.service [moved from test/units/TEST-44-LOG-NAMESPACE.service with 53% similarity]
test/TEST-44-LOG-NAMESPACE/meson.build
test/TEST-69-SHUTDOWN/TEST-69-SHUTDOWN.service [moved from test/units/TEST-69-SHUTDOWN.service with 60% similarity]
test/TEST-69-SHUTDOWN/meson.build
test/TEST-79-MEMPRESS/meson.build
test/TEST-82-SOFTREBOOT/TEST-82-SOFTREBOOT.service [moved from test/units/TEST-82-SOFTREBOOT.service with 80% similarity]
test/TEST-82-SOFTREBOOT/meson.build
test/integration-test-wrapper.py
test/meson.build
test/test-functions
test/test.service.in [new file with mode: 0644]
test/units/TEST-01-BASIC.service [deleted file]
test/units/TEST-02-UNITTESTS.service [deleted file]
test/units/TEST-03-JOBS.service [deleted file]
test/units/TEST-04-JOURNAL.service [deleted file]
test/units/TEST-05-RLIMITS.service [deleted file]
test/units/TEST-06-SELINUX.service [deleted file]
test/units/TEST-08-INITRD.service [deleted file]
test/units/TEST-09-REBOOT.service [deleted file]
test/units/TEST-13-NSPAWN.service [deleted file]
test/units/TEST-15-DROPIN.service [deleted file]
test/units/TEST-17-UDEV.service [deleted file]
test/units/TEST-18-FAILUREACTION.service [deleted file]
test/units/TEST-19-CGROUP.service [deleted file]
test/units/TEST-21-DFUZZERE.service [deleted file]
test/units/TEST-22-TMPFILES.service [deleted file]
test/units/TEST-23-UNIT-FILE.service [deleted file]
test/units/TEST-24-CRYPTSETUP.service [deleted file]
test/units/TEST-25-IMPORT.service [deleted file]
test/units/TEST-26-SYSTEMCTL.service [deleted file]
test/units/TEST-29-PORTABLE.service [deleted file]
test/units/TEST-30-ONCLOCKCHANGE.service [deleted file]
test/units/TEST-31-DEVICE-ENUMERATION.service [deleted file]
test/units/TEST-32-OOMPOLICY.service [deleted file]
test/units/TEST-34-DYNAMICUSERMIGRATE.service [deleted file]
test/units/TEST-35-LOGIN.service [deleted file]
test/units/TEST-36-NUMAPOLICY.service [deleted file]
test/units/TEST-38-FREEZER.service [deleted file]
test/units/TEST-43-PRIVATEUSER-UNPRIV.service [deleted file]
test/units/TEST-45-TIMEDATE.service [deleted file]
test/units/TEST-46-HOMED.service [deleted file]
test/units/TEST-50-DISSECT.service [deleted file]
test/units/TEST-52-HONORFIRSTSHUTDOWN.service [deleted file]
test/units/TEST-53-ISSUE-16347.service [deleted file]
test/units/TEST-54-CREDS.service [deleted file]
test/units/TEST-55-OOMD.service [deleted file]
test/units/TEST-58-REPART.service [deleted file]
test/units/TEST-59-RELOADING-RESTART.service [deleted file]
test/units/TEST-60-MOUNT-RATELIMIT.service [deleted file]
test/units/TEST-62-RESTRICT-IFACES.service [deleted file]
test/units/TEST-63-PATH.service [deleted file]
test/units/TEST-64-UDEV-STORAGE.service [deleted file]
test/units/TEST-65-ANALYZE.service [deleted file]
test/units/TEST-66-DEVICEISOLATION.service [deleted file]
test/units/TEST-67-INTEGRITY.service [deleted file]
test/units/TEST-68-PROPAGATE-EXIT-STATUS.service [deleted file]
test/units/TEST-70-TPM2.service [deleted file]
test/units/TEST-71-HOSTNAME.service [deleted file]
test/units/TEST-72-SYSUPDATE.service [deleted file]
test/units/TEST-73-LOCALE.service [deleted file]
test/units/TEST-74-AUX-UTILS.service [deleted file]
test/units/TEST-75-RESOLVED.service [deleted file]
test/units/TEST-76-SYSCTL.service [deleted file]
test/units/TEST-78-SIGQUEUE.service [deleted file]
test/units/TEST-79-MEMPRESS.service [deleted file]
test/units/TEST-80-NOTIFYACCESS.service [deleted file]
test/units/TEST-81-GENERATORS.service [deleted file]
test/units/TEST-83-BTRFS.service [deleted file]
test/units/TEST-84-STORAGETM.service [deleted file]