mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
nixos/tests: fix ulogd under network-online dep fix
This commit is contained in:
parent
58aa87fb71
commit
83ba37ca2d
@ -1,5 +1,6 @@
|
||||
start_all()
|
||||
machine.wait_for_unit("ulogd.service")
|
||||
machine.systemctl("start network-online.target")
|
||||
machine.wait_for_unit("network-online.target")
|
||||
|
||||
with subtest("Ulogd is running"):
|
||||
|
Loading…
Reference in New Issue
Block a user