mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixosTests.firewalld: wait until state is running
(cherry picked from commit df041989dc)
This commit is contained in:
parent
0a0b12439f
commit
e789bb2f0f
1 changed files with 2 additions and 0 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue