[libvirt PATCH 1/7] ci: integration: Add virtnetworkd to the list of restarted services

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



It was missing from the set. While at it, order the daemon set
alphabetically.

Signed-off-by: Erik Skultety <eskultet@xxxxxxxxxx>
---
 ci/integration-template.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
-- 
2.37.3




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux