Commit f4cc48f3 authored by Geoff Simmons's avatar Geoff Simmons

The haproxyTimeout e2e test correctly checks the presence of haproxy.

The test needs haproxy on the path, otherwise it's skipped.
parent 0fa4e340
......@@ -4,7 +4,7 @@ varnishtest "cafe example with TLS offload"
feature ignore_unknown_macro
feature cmd {haproxy --version 2>&1 | grep -q 'HA-Proxy version'}
feature cmd {which haproxy}
# Use haproxy to forward the non-TLS request from the VTC client below to
# the Ingress TLS port.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment