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/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/benchmarking-cntt/Dockerfile b/docker/benchmarking-cntt/Dockerfile
index 59fe5a88d..2f4e0dbee 100644
--- a/docker/benchmarking-cntt/Dockerfile
+++ b/docker/benchmarking-cntt/Dockerfile
@@ -1,4 +1,5 @@
FROM opnfv/functest-benchmarking
COPY testcases.yaml /usr/lib/python3.8/site-packages/xtesting/ci/testcases.yaml
+COPY blacklist.yaml /usr/lib/python3.8/site-packages/functest/opnfv_tests/openstack/rally/blacklist.yaml
CMD ["run_tests", "-t", "all"]