diff options
author | ahothan <ahothan@cisco.com> | 2019-07-13 21:47:20 -0700 |
---|---|---|
committer | ahothan <ahothan@cisco.com> | 2019-07-13 21:57:04 -0700 |
commit | 4ddc4d367bb5484906eada4f21260efed4fdf1a7 (patch) | |
tree | 98ebf08013cc23f0d24c88d1cc446f1aa70b0b16 /docker/Dockerfile | |
parent | 547b10033d41b2b9f8445816fceab87ebc4a03cb (diff) |
NFVBENCH-140 Retrieve High Dynamic Range latency histograms with TRex v2.593.5.0
Change-Id: I48ac8c0cf920139bad966cb477e8ba1ae0d0fd43
Signed-off-by: ahothan <ahothan@cisco.com>
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 920e3a3..ead9253 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,7 +1,7 @@ # docker file for creating a container that has nfvbench installed and ready to use FROM ubuntu:16.04 -ENV TREX_VER "v2.56" +ENV TREX_VER "v2.59" ENV VM_IMAGE_VER "0.9" # Note: do not clone with --depth 1 as it will cause pbr to fail extracting the nfvbench version |