diff options
author | ahothan <ahothan@cisco.com> | 2020-04-07 08:26:12 -0700 |
---|---|---|
committer | ahothan <ahothan@cisco.com> | 2020-04-07 09:00:47 -0700 |
commit | ce2525c2a621af3d20fc58f03a8f88d29e0e3617 (patch) | |
tree | 6dad812f5bfd94645af5cbeeb1295ca08bc1e38b /docs/development | |
parent | bbae2bc9d7df0108609eed07fe31d1e02856b8de (diff) |
NFVBENCH-161 NFVbench --force-cleanup deletes more ports than needed4.2.3
Change-Id: Id2c015248df6ef161b57192e1691a70af9bc2c9b
Signed-off-by: ahothan <ahothan@cisco.com>
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/building/build.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/building/build.rst b/docs/development/building/build.rst index 1b6bc0a..00c1c98 100644 --- a/docs/development/building/build.rst +++ b/docs/development/building/build.rst @@ -23,7 +23,7 @@ The NFVbench version is controlled by the git tag that conforms to the semver ve This tag controls the version of the Dockerfile used for building the container. The TRex version is controlled by the TREX_VER variable in Dockerfile (e.g. ENV TREX_VER "v2.56"). -TRex is installed in container from https://trex-tgn.cisco.com/trex/release/ +TRex is installed in container from https://github.com/cisco-system-traffic-generator/trex-core/releases The Test VM version is controlled by the VM_IMAGE_VER variable in Dockerfile (e.g. ENV VM_IMAGE_VER "0.8"). The VM is extracted from google storage (http://artifacts.opnfv.org) |