nixos/tests: fix trafficserver under network-online dep fix

This commit is contained in:
Jade Lovelace 2023-10-03 00:59:34 -07:00
parent f25957bb58
commit c11401bf4b

View File

@ -104,6 +104,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
ats.wait_for_open_port(80)
httpbin.wait_for_unit("httpbin")
httpbin.wait_for_open_port(80)
client.systemctl("start network-online.target")
client.wait_for_unit("network-online.target")
with subtest("Traffic Server is running"):