From a96b12867b556f5df7982d305dff7ed4a7b78449 Mon Sep 17 00:00:00 2001 From: Katerina Koukiou Date: Thu, 11 Nov 2021 09:09:02 +0100 Subject: [PATCH] tests: extend the list of the distros that need the modular daemon socket manual start --- test/browser/browser.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/browser/browser.sh b/test/browser/browser.sh index 87ed313f5..95bbb7595 100755 --- a/test/browser/browser.sh +++ b/test/browser/browser.sh @@ -57,7 +57,7 @@ systemctl start firewalld firewall-cmd --add-service=cockpit --permanent firewall-cmd --add-service=cockpit -if grep -Eq 'PLATFORM_ID=.*(f35)' /etc/os-release; then +if grep -Eq 'PLATFORM_ID=.*(f35|f36|el9)' /etc/os-release; then # HACK: new modular libvirt sockets are not running by default in f35 # https://gitlab.com/libvirt/libvirt/-/issues/219 systemctl start virtinterfaced.socket