diff options
author | ahothan <ahothan@cisco.com> | 2019-08-27 13:59:08 -0700 |
---|---|---|
committer | ahothan <ahothan@cisco.com> | 2019-08-27 13:59:08 -0700 |
commit | 50a01aacb26028cf23e7ee2583c368adff3a4b2e (patch) | |
tree | 2d3dd43d7f4635d37e1fcc98c04cbfb9c17a437d /docker | |
parent | bb9e4f7b68fdb0121cf1f37e04e3b3a9635ae8a4 (diff) |
NFVBENCH-149 Negative latency exception during NDR/PDR search3.6.0
Change-Id: I9a1b461fe2f20109de99000ae387bd2a6de2383f
Signed-off-by: ahothan <ahothan@cisco.com>
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index ead9253..78b8484 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.59" +ENV TREX_VER "v2.61" ENV VM_IMAGE_VER "0.9" # Note: do not clone with --depth 1 as it will cause pbr to fail extracting the nfvbench version |