aboutsummaryrefslogtreecommitdiffstats
path: root/docker/smoke-cntt
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2022-03-04 11:20:33 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2022-03-04 11:20:33 +0100
commit95206bab447d0d707edc1623eca2e14ef3ce1b8a (patch)
treea6b0286250315d4ddd066633c60d10cce4dd3efd /docker/smoke-cntt
parenta628780776d12bb9461e38aa00cc54d93f5ffd84 (diff)
Leverage xtesting 0.96.0
Change-Id: Ica7d7afb041d946dc25e37d736b07a3ad13c1ef7 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/smoke-cntt')
-rw-r--r--docker/smoke-cntt/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/smoke-cntt/Dockerfile b/docker/smoke-cntt/Dockerfile
index 7db582bf4..a8e8a6f75 100644
--- a/docker/smoke-cntt/Dockerfile
+++ b/docker/smoke-cntt/Dockerfile
@@ -1,5 +1,5 @@
FROM opnfv/functest-smoke
-COPY testcases.yaml /usr/lib/python3.9/site-packages/xtesting/ci/testcases.yaml
+COPY testcases.yaml /etc/xtesting/testcases.yaml
COPY tempest_conf.yaml /src/functest/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml
CMD ["run_tests", "-t", "all"]