aboutsummaryrefslogtreecommitdiffstats
path: root/docker/benchmarking-cntt/Dockerfile
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-03-03 17:03:42 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2020-03-03 17:48:18 +0100
commit369438e57742fe9aafdd78bb2a2e9271b82311e3 (patch)
tree9ec73933b42fdd01420946d86c723201d4446929 /docker/benchmarking-cntt/Dockerfile
parent394f22a59b2ad1011d3ca85ac27f09351b813c58 (diff)
Blacklist tests which are not mandatory in CNTT
CNTT rally_jobs must conform with CNTT RC whatever the OpenStack version under tests. All tests added by neutron since Hunter must be skipped in conformance. Of course, the IaaS verification part is unchanged as this tests are relevant. Change-Id: I4cfb4ae725e5ce9125f4ed25489dd003e16695f4 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit a0bbd644a0694bee89032f1176d9c60dd7ac7f8d)
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 5d4d950fb..4812d52a4 100644
--- a/docker/benchmarking-cntt/Dockerfile
+++ b/docker/benchmarking-cntt/Dockerfile
@@ -1,4 +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"]