summaryrefslogtreecommitdiffstats
path: root/extras/hs-test/docker/Dockerfile.curl
diff options
context:
space:
mode:
authorMatus Fabian <matfabia@cisco.com>2024-09-20 13:25:39 +0200
committerFlorin Coras <florin.coras@gmail.com>2024-09-20 16:06:17 +0000
commit05f713738973597189c390cbb11463a458c57682 (patch)
tree11d2d014a7caf8809bf452d6bf0888adb23008a0 /extras/hs-test/docker/Dockerfile.curl
parent147585e7f6566fe08aa1cc774e7435660ab29e26 (diff)
hs-test: proxy testing improvements
- nginx and curl timeouts are extended if debug flag is set - added write-out for curl (outputs extra info after transfer is done) Type: test Change-Id: I3f6c336a14cd00b9ae8669d2fa26e00709162100 Signed-off-by: Matus Fabian <matfabia@cisco.com>
Diffstat (limited to 'extras/hs-test/docker/Dockerfile.curl')
-rw-r--r--extras/hs-test/docker/Dockerfile.curl1
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/hs-test/docker/Dockerfile.curl b/extras/hs-test/docker/Dockerfile.curl
index fe9b4d917c7..cbb0bbe734f 100644
--- a/extras/hs-test/docker/Dockerfile.curl
+++ b/extras/hs-test/docker/Dockerfile.curl
@@ -7,6 +7,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*
COPY script/build_curl.sh /build_curl.sh
+COPY resources/curl/* /tmp/
RUN fallocate -l 10MB /tmp/testFile
RUN apt-get update && apt-get install wget
RUN /build_curl.sh