2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-07-31 18:19:40 +00:00

test(packaging): verify systemd omits SysV init script

This commit is contained in:
Vinícius Ferrão
2026-07-17 20:24:17 -03:00
parent 6a3f71bf68
commit 185af5a3aa
+8
View File
@@ -1,3 +1,11 @@
start:xcatd_systemd_has_no_legacy_init_script
description:systemd installations do not retain the legacy xcatd init script
label:mn_only,ci_test,xcatd
cmd:test -d /run/systemd/system && test ! -f /etc/init.d/xcatd
check:rc==0
end
start:xcatd_start
description:stop then start xcatd daemon, and check all the 6 processes are running
label:mn_only,ci_test,xcatd