]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
oeqa/selftest/bbclasses: Add tests for systemd and update-rc.d interaction
authorPeter Kjellerstedt <pkj@axis.com>
Tue, 20 Aug 2024 19:54:40 +0000 (21:54 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 1 Sep 2024 07:19:12 +0000 (08:19 +0100)
commit4ef25caa00ad08046567d0e7f4523486c3a256d0
tree7c261f7a4743d279d8934a9336f5ffeed5595463
parent73159c0bbc636a08934f47690885d75fd37b701a
oeqa/selftest/bbclasses: Add tests for systemd and update-rc.d interaction

These tests verify that the correct files are left behind when systemd
is inherited and depending on whether the systemd and/or sysvinit distro
features are enabled.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
meta-selftest/recipes-test/bbclasses/systemd-and-sysvinit.bb [new file with mode: 0644]
meta-selftest/recipes-test/bbclasses/systemd-only.bb [new file with mode: 0644]
meta/lib/oeqa/selftest/cases/bbclasses.py [new file with mode: 0644]