mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
nixos/tests: fix ulogd under network-online dep fix
This commit is contained in:
parent
58aa87fb71
commit
83ba37ca2d
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
start_all()
|
start_all()
|
||||||
machine.wait_for_unit("ulogd.service")
|
machine.wait_for_unit("ulogd.service")
|
||||||
|
machine.systemctl("start network-online.target")
|
||||||
machine.wait_for_unit("network-online.target")
|
machine.wait_for_unit("network-online.target")
|
||||||
|
|
||||||
with subtest("Ulogd is running"):
|
with subtest("Ulogd is running"):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue