mirror of
https://github.com/NixOS/nix
synced 2025-07-07 14:21:48 +02:00
tests/nixos: Work around network-online.target inactivity
(cherry picked from commit 58b657b976
)
This commit is contained in:
parent
5671175a5e
commit
9b87c4f806
10 changed files with 20 additions and 20 deletions
|
@ -79,9 +79,9 @@ in
|
|||
|
||||
server.wait_for_unit("sshd")
|
||||
server.wait_for_unit("multi-user.target")
|
||||
server.wait_for_unit("network-online.target")
|
||||
server.wait_for_unit("network-addresses-eth1.service")
|
||||
|
||||
client.wait_for_unit("network-online.target")
|
||||
client.wait_for_unit("network-addresses-eth1.service")
|
||||
client.wait_for_unit("getty@tty1.service")
|
||||
# Either the prompt: ]#
|
||||
# or an OCR misreading of it: 1#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue