nixosTests.firewalld: wait until state is running

This commit is contained in:
Sizhe Zhao 2026-06-12 15:23:42 +08:00
commit df041989dc
No known key found for this signature in database
GPG key ID: ED1807251A7DA08F

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")