vpp/extras/hs-test/script/nginx_ldp.sh
Florin Coras 87767d82d7 hs-test: nginx mirroring test improvements
- avoid setting LD_PRELOAD for container
- save nginx error log to shared volume
- reduce test run time to 10s
- add vcl and ldp debug env variables to docker file. Default to
disabled.

Type: test

Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: I401ac74e7c0ebe87befedb44150b04f773f244ea
2023-03-06 11:16:19 -08:00

4 lines
66 B
Bash
Executable File

#!/usr/bin/env bash
LD_PRELOAD=$LDP nginx $@ 2>&1 > /proc/1/fd/1