]> xenbits.xensource.com Git - libvirt.git/commitdiff
ci: integration: Add virtnetworkd to the list of restarted services
authorErik Skultety <eskultet@redhat.com>
Wed, 12 Oct 2022 11:21:40 +0000 (13:21 +0200)
committerErik Skultety <eskultet@redhat.com>
Tue, 25 Oct 2022 07:40:43 +0000 (09:40 +0200)
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>
ci/integration-template.yml

index acb51a0b27ceffa4fd8da3f6e627f37903a5b4fb..4ca8a0bb242e1d391e56996cac4cf1a9a21acd99 100644 (file)
@@ -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