nixos/tests: fix guix under network-online dep fix
This commit is contained in:
parent
a8a9424e4f
commit
843b3e7aa9
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ in {
|
|||
|
||||
# Now it's the client turn to make use of it.
|
||||
substitute_server = "http://server.local:${toString publishPort}"
|
||||
client.systemctl("start network-online.target")
|
||||
client.wait_for_unit("network-online.target")
|
||||
response = client.succeed(f"curl {substitute_server}")
|
||||
assert "Guix Substitute Server" in response
|
||||
|
|
Loading…
Reference in a new issue