From: Erik Skultety Date: Wed, 12 Oct 2022 11:21:40 +0000 (+0200) Subject: ci: integration: Add virtnetworkd to the list of restarted services X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=045e642d29c4bd08a2b015152e287d1d42c7a034;p=libvirt.git 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 Reviewed-by: Michal Privoznik --- diff --git a/ci/integration-template.yml b/ci/integration-template.yml index acb51a0b27..4ca8a0bb24 100644 --- a/ci/integration-template.yml +++ b/ci/integration-template.yml @@ -39,9 +39,9 @@ - if test "$ID" = "centos" && test "$VERSION_ID" -lt 9 || test "$ID" = "fedora" && test "$VERSION_ID" -lt 35; then - DAEMONS="libvirtd virtlogd virtlockd"; + DAEMONS="libvirtd virtlockd virtlogd"; else - DAEMONS="virtproxyd virtqemud virtinterfaced virtsecretd virtstoraged virtnwfilterd virtnodedevd virtlogd virtlockd"; + DAEMONS="virtinterfaced virtlockd virtlogd virtnetworkd virtnodedevd virtnwfilterd virtproxyd virtqemud virtsecretd virtstoraged"; fi - for daemon in $DAEMONS; do