Pin netperf tools 35/73535/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Thu, 6 Oct 2022 14:00:40 +0000 (16:00 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Thu, 6 Oct 2022 14:01:42 +0000 (16:01 +0200)
Change-Id: I36dde21d9af2cc7d96be4a8f0947d94491ae00c6
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 1d3ef22805853ea63ea3d5a3252f3892f8db26b7)

docker/benchmarking/Dockerfile

index a645add..92c726a 100644 (file)
@@ -1,7 +1,7 @@
 FROM opnfv/functest-kubernetes-smoke:v1.23
 
-ARG NETPERF_TAG=master
-ARG PLOTPERF_TAG=master
+ARG NETPERF_TAG=1104ce23f6c1758796e88f3c23b050099074cf81
+ARG PLOTPERF_TAG=2455313f4b9581795a8f642243acaad472d91804
 
 COPY plotperf.py.patch /tmp/plotperf.py.patch
 RUN apk --no-cache add --update py3-matplotlib && \