Change nfvbench git checkout to stable/fraser in Dockerfile 03/56803/1 stable/fraser opnfv-6.0.0 opnfv-6.1.0
authorahothan <ahothan@cisco.com>
Fri, 27 Apr 2018 18:12:57 +0000 (11:12 -0700)
committerahothan <ahothan@cisco.com>
Fri, 27 Apr 2018 18:12:57 +0000 (11:12 -0700)
Change-Id: I206bc8d0d06e429fd632a37f80c89b16664c8443
Signed-off-by: ahothan <ahothan@cisco.com>
.gitignore
docker/Dockerfile

index 322c5b2..8842f79 100644 (file)
@@ -4,6 +4,7 @@
 .tox
 .cache
 .eggs
+.pytest_cache/
 venv
 nfvbench.egg-info
 nfvbenchvm/dib/dib-venv
index a30f648..9f09d3b 100644 (file)
@@ -2,7 +2,7 @@
 FROM ubuntu:16.04
 
 ENV TREX_VER "v2.32"
-ENV NFVBENCH_TAG "1.3.0"
+ENV NFVBENCH_TAG "stable/fraser"
 ENV VM_IMAGE_VER "0.6"
 
 RUN apt-get update && apt-get install -y \
@@ -39,4 +39,3 @@ RUN apt-get update && apt-get install -y \
 ENV TREX_STL_EXT_PATH "/opt/trex/$TREX_VER/external_libs"
 
 ENTRYPOINT ["/nfvbench/docker/nfvbench-entrypoint.sh"]
-