From 3500b51cc5cd0a0d79d6bef2977ab6f86e4be23f Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 26 Nov 2019 01:02:36 +0100 Subject: Add tempest_full in Compliance MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib2898d48d21704a06cf1f4574df81f4f0dae3f52 Signed-off-by: Cédric Ollivier (cherry picked from commit 97dffc8fa0c297854d2cb96e10833c40a7c949fe) --- docker/smoke-cntt/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'docker/smoke-cntt/Dockerfile') 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"] -- cgit 1.2.3-korg