aboutsummaryrefslogtreecommitdiffstats
path: root/docker/benchmarking-cntt/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/benchmarking-cntt/Dockerfile')
-rw-r--r--docker/benchmarking-cntt/Dockerfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/docker/benchmarking-cntt/Dockerfile b/docker/benchmarking-cntt/Dockerfile
new file mode 100644
index 000000000..4812d52a4
--- /dev/null
+++ b/docker/benchmarking-cntt/Dockerfile
@@ -0,0 +1,5 @@
+FROM opnfv/functest-benchmarking:iruya
+
+COPY testcases.yaml /usr/lib/python3.6/site-packages/xtesting/ci/testcases.yaml
+COPY blacklist.yaml /usr/lib/python3.6/site-packages/functest/opnfv_tests/openstack/rally/blacklist.yaml
+CMD ["run_tests", "-t", "all"]