nixos/tests: fix trafficserver under network-online dep fix
This commit is contained in:
parent
f25957bb58
commit
c11401bf4b
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
|
||||||
ats.wait_for_open_port(80)
|
ats.wait_for_open_port(80)
|
||||||
httpbin.wait_for_unit("httpbin")
|
httpbin.wait_for_unit("httpbin")
|
||||||
httpbin.wait_for_open_port(80)
|
httpbin.wait_for_open_port(80)
|
||||||
|
client.systemctl("start network-online.target")
|
||||||
client.wait_for_unit("network-online.target")
|
client.wait_for_unit("network-online.target")
|
||||||
|
|
||||||
with subtest("Traffic Server is running"):
|
with subtest("Traffic Server is running"):
|
||||||
|
|
Loading…
Reference in a new issue