Skip to content

Commit

Permalink
tests: packit: start virtnetworkd socket as this is not running after…
Browse files Browse the repository at this point in the history
… package installation
  • Loading branch information
KKoukiou committed Sep 23, 2021
1 parent 65ed107 commit 70d5de8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/browser/browser.sh
Expand Up @@ -62,6 +62,13 @@ systemctl start firewalld
firewall-cmd --add-service=cockpit --permanent
firewall-cmd --add-service=cockpit

if grep -Eq 'PLATFORM_ID=.*(f35)' /etc/os-release; then
# HACK: virtnetworkd and virtstoraged sockets are not running by default in f35
# https://gitlab.com/libvirt/libvirt/-/issues/219
systemctl start virtnetworkd.socket
systemctl start virtstoraged.socket
fi

# Run tests as unprivileged user
su - -c "env TEST_BROWSER=$TEST_BROWSER SOURCE=$SOURCE LOGS=$LOGS $TESTS/run-test.sh" runtest

Expand Down

0 comments on commit 70d5de8

Please sign in to comment.