diff options
author | 2020-05-14 08:11:45 +0200 | |
---|---|---|
committer | 2020-05-14 14:23:22 +0200 | |
commit | 9d2ec2e81a8a87be644da648e5e8004ef4246f79 (patch) | |
tree | aca8dc3019371157e0ab66026ea58348bb6b324d /docker/smoke-cntt/Dockerfile | |
parent | ae12c35fae43a93e3fe95e1884eafdd241521ed0 (diff) |
Prevent microversion conflicts
CNTT selects Pike as baseline and Hunter matches Rocky.
Change-Id: I8a1aa8385adce1ebb9d74bcb897effaf5b434e5a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 82ceefd8f1609508a476aa2e4573e59926653165)
Diffstat (limited to 'docker/smoke-cntt/Dockerfile')
-rw-r--r-- | docker/smoke-cntt/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/smoke-cntt/Dockerfile b/docker/smoke-cntt/Dockerfile index 4c41ada5e..f92ad25d4 100644 --- a/docker/smoke-cntt/Dockerfile +++ b/docker/smoke-cntt/Dockerfile @@ -1,4 +1,5 @@ FROM opnfv/functest-smoke:kali COPY testcases.yaml /usr/lib/python3.8/site-packages/xtesting/ci/testcases.yaml +COPY tempest_conf.yaml /usr/lib/python3.8/site-packages/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml CMD ["run_tests", "-t", "all"] |