nixosTests.firewalld: wait until state is running

(cherry picked from commit df041989dc)
This commit is contained in:
Sizhe Zhao 2026-06-12 15:23:42 +08:00 committed by github-actions[bot]
commit e789bb2f0f

View file

@ -29,6 +29,8 @@
walled.wait_for_unit("firewalld")
walled.wait_for_unit("httpd")
# https://github.com/firewalld/firewalld/issues/1571
walled.wait_until_succeeds("firewall-cmd --state")
open.wait_for_unit("network.target")