nixos/traefik: wait for first success

possible fix for #115418
launchpad/nixpkgs/master
Maxine Aubrey 3 years ago
parent 4a97603613
commit 34add8ca59
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7
  1. 2
      nixos/tests/traefik.nix

@ -74,6 +74,8 @@ import ./make-test-python.nix ({ pkgs, ... }: {
client.wait_for_unit("multi-user.target")
client.wait_until_succeeds("curl -sSf -H Host:nginx.traefik.test http://traefik/")
with subtest("Check that a container can be reached via Traefik"):
assert "Hello from NGINX" in client.succeed(
"curl -sSf -H Host:nginx.traefik.test http://traefik/"

Loading…
Cancel
Save