summary refs log tree commit diff
path: root/nixos/tests/trafficserver.nix
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2021-07-04 13:52:49 +0200
committerThomas Gerbet <thomas@gerbet.me>2021-07-05 15:16:06 +0200
commitd41e86c67ff65b898be3952bf66f803a121cd083 (patch)
treeaee5f204ed7a6e48282e99c764c9b0416231ba4b /nixos/tests/trafficserver.nix
parent0168c6ff9f6f4a67261bdf7ba5aea48ec8e4389a (diff)
downloadnixpkgs-d41e86c67ff65b898be3952bf66f803a121cd083.tar
nixpkgs-d41e86c67ff65b898be3952bf66f803a121cd083.tar.gz
nixpkgs-d41e86c67ff65b898be3952bf66f803a121cd083.tar.bz2
nixpkgs-d41e86c67ff65b898be3952bf66f803a121cd083.tar.lz
nixpkgs-d41e86c67ff65b898be3952bf66f803a121cd083.tar.xz
nixpkgs-d41e86c67ff65b898be3952bf66f803a121cd083.tar.zst
nixpkgs-d41e86c67ff65b898be3952bf66f803a121cd083.zip
trafficserver: 9.0.1 -> 9.0.2
Fixes CVE-2021-32566 and CVE-2021-32567.
Diffstat (limited to 'nixos/tests/trafficserver.nix')
-rw-r--r--nixos/tests/trafficserver.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/trafficserver.nix b/nixos/tests/trafficserver.nix
index 3979a1b4a48..983ded4f172 100644
--- a/nixos/tests/trafficserver.nix
+++ b/nixos/tests/trafficserver.nix
@@ -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.wait_for_unit("network-online.target")
 
     with subtest("Traffic Server is running"):
         out = ats.succeed("traffic_ctl server status")