aboutsummaryrefslogtreecommitdiffstats
path: root/docker/benchmarking-cntt/Dockerfile
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:15:30 +0100
commit5445f79fd24475b12419fb35712b747bfc875941 (patch)
treefd42d94f90d2199d036b61ec1a205f567ab66a08 /docker/benchmarking-cntt/Dockerfile
parentf1384e50554f86ac7d15f67a6f45de9deb14aec6 (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 'docker/benchmarking-cntt/Dockerfile')
-rw-r--r--docker/benchmarking-cntt/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/docker/benchmarking-cntt/Dockerfile b/docker/benchmarking-cntt/Dockerfile
new file mode 100644
index 000000000..5d4d950fb
--- /dev/null
+++ b/docker/benchmarking-cntt/Dockerfile
@@ -0,0 +1,4 @@
+FROM opnfv/functest-benchmarking:iruya
+
+COPY testcases.yaml /usr/lib/python3.6/site-packages/xtesting/ci/testcases.yaml
+CMD ["run_tests", "-t", "all"]