aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-11-26 18:24:43 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-11-26 20:12:14 +0100
commitd2cb363b016a3c613e4115ea12c5b88475a3aa6f (patch)
tree48823b32c66d8f284e3154f83e2797ab91302274 /build.sh
parent194243e30ece72895088bdcfd7db6185a34a36d9 (diff)
Add functest-benchmarking-cntt
It configures Rally to verify the mandatory services asked by CNTT. It also prepares the next benchmarking (API and dataplane) KPIs. Change-Id: Ie8701ddfa1a497f8b1a6f839e6ff7a77849b618c Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 92460cf5330c29eb483d903f3aa659cbad1d58b8)
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 030fa13cf..78c0582ea 100644
--- a/build.sh
+++ b/build.sh
@@ -9,14 +9,17 @@ docker/tempest \
docker/healthcheck \
docker/smoke \
docker/benchmarking \
-docker/vnf"}
+docker/vnf \
+docker/smoke-cntt \
+docker/benchmarking-cntt"}
arm_dirs=${arm_dirs-"\
docker/core \
docker/tempest \
docker/healthcheck \
docker/smoke \
docker/benchmarking \
-docker/smoke-cntt"}
+docker/smoke-cntt \
+docker/benchmarking-cntt"}
arm64_dirs=${arm64_dirs-${amd64_dirs}}
build_opts=("--pull=true" --no-cache "--force-rm=true")