mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
tests/nixos: Work around network-online.target inactivity
This commit is contained in:
parent
55297f865c
commit
58b657b976
10 changed files with 20 additions and 20 deletions
|
@ -61,7 +61,7 @@ in
|
|||
{ nodes }:
|
||||
''
|
||||
cache.wait_for_unit("harmonia.service")
|
||||
cache.wait_for_unit("network-online.target")
|
||||
cache.wait_for_unit("network-addresses-eth1.service")
|
||||
|
||||
machine.succeed("mkdir -p /etc/containers")
|
||||
machine.succeed("""echo '{"default":[{"type":"insecureAcceptAnything"}]}' > /etc/containers/policy.json""")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue