mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
nixos/tests: fix corerad under network-online dep fix
This commit is contained in:
parent
e4168ef9ba
commit
99813e788b
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,8 @@ import ./make-test-python.nix (
|
|||
|
||||
with subtest("Wait for CoreRAD and network ready"):
|
||||
# Ensure networking is online and CoreRAD is ready.
|
||||
router.systemctl("start network-online.target")
|
||||
client.systemctl("start network-online.target")
|
||||
router.wait_for_unit("network-online.target")
|
||||
client.wait_for_unit("network-online.target")
|
||||
router.wait_for_unit("corerad.service")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue