diff options
author | 2021-10-11 09:44:16 +0200 | |
---|---|---|
committer | 2021-10-11 09:44:37 +0200 | |
commit | b4f13be29be29173b8943d82da7c0e2c5ee6c203 (patch) | |
tree | 7ad24d356de4b842934ee5e8278e8cd203748f8c /docker/smoke-cntt | |
parent | b885cb6f2177c85332ed68a46df81c5b5123028a (diff) |
Prepare all Functest stable/xena containers
Change-Id: Ic843ba12132bf25ad7c339bd483f0a211ac2d003
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/smoke-cntt')
-rw-r--r-- | docker/smoke-cntt/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/smoke-cntt/Dockerfile b/docker/smoke-cntt/Dockerfile index 7db582bf4..944f6500f 100644 --- a/docker/smoke-cntt/Dockerfile +++ b/docker/smoke-cntt/Dockerfile @@ -1,4 +1,4 @@ -FROM opnfv/functest-smoke +FROM opnfv/functest-smoke:xena COPY testcases.yaml /usr/lib/python3.9/site-packages/xtesting/ci/testcases.yaml COPY tempest_conf.yaml /src/functest/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml |