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/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/benchmarking-cntt/Dockerfile b/docker/benchmarking-cntt/Dockerfile
index 59fe5a88d..46acaa036 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 testcases.yaml /etc/xtesting/testcases.yaml
+COPY blacklist.yaml /src/functest/functest/opnfv_tests/openstack/rally/blacklist.yaml
CMD ["run_tests", "-t", "all"]