ci: integration: Add virtnetworkd to the list of restarted services
It was missing from the set. While at it, order the daemon set alphabetically. Signed-off-by: Erik Skultety <eskultet@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
42b2f1f8b8
commit
045e642d29
@ -39,9 +39,9 @@
|
|||||||
- if test "$ID" = "centos" && test "$VERSION_ID" -lt 9 ||
|
- if test "$ID" = "centos" && test "$VERSION_ID" -lt 9 ||
|
||||||
test "$ID" = "fedora" && test "$VERSION_ID" -lt 35;
|
test "$ID" = "fedora" && test "$VERSION_ID" -lt 35;
|
||||||
then
|
then
|
||||||
DAEMONS="libvirtd virtlogd virtlockd";
|
DAEMONS="libvirtd virtlockd virtlogd";
|
||||||
else
|
else
|
||||||
DAEMONS="virtproxyd virtqemud virtinterfaced virtsecretd virtstoraged virtnwfilterd virtnodedevd virtlogd virtlockd";
|
DAEMONS="virtinterfaced virtlockd virtlogd virtnetworkd virtnodedevd virtnwfilterd virtproxyd virtqemud virtsecretd virtstoraged";
|
||||||
fi
|
fi
|
||||||
- for daemon in $DAEMONS;
|
- for daemon in $DAEMONS;
|
||||||
do
|
do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user