aboutsummaryrefslogtreecommitdiffstats
path: root/docker/smoke-cntt/Dockerfile
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-11-26 01:02:36 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-11-26 14:45:55 +0100
commit3500b51cc5cd0a0d79d6bef2977ab6f86e4be23f (patch)
tree06b306572894da9e8946810e756623a05d146302 /docker/smoke-cntt/Dockerfile
parent36730b52063835192df080e065ff93c385ea26d1 (diff)
Add tempest_full in Compliance
Change-Id: Ib2898d48d21704a06cf1f4574df81f4f0dae3f52 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 97dffc8fa0c297854d2cb96e10833c40a7c949fe)
Diffstat (limited to 'docker/smoke-cntt/Dockerfile')
-rw-r--r--docker/smoke-cntt/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/smoke-cntt/Dockerfile b/docker/smoke-cntt/Dockerfile
index b141a9d79..132876a95 100644
--- a/docker/smoke-cntt/Dockerfile
+++ b/docker/smoke-cntt/Dockerfile
@@ -1,4 +1,5 @@
FROM opnfv/functest-smoke:iruya
COPY testcases.yaml /usr/lib/python3.6/site-packages/xtesting/ci/testcases.yaml
+COPY tempest_conf.yaml /usr/lib/python3.6/site-packages/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml
CMD ["run_tests", "-t", "all"]