Skip to content

Commit

Permalink
tests: extend the list of the distros that need the modular daemon so…
Browse files Browse the repository at this point in the history
…cket manual start
  • Loading branch information
KKoukiou committed Nov 11, 2021
1 parent 797235e commit a96b128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/browser/browser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a96b128

Please sign in to comment.