diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-05-03 17:14:24 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-05-03 17:18:51 +0200 |
commit | a03d8bf55bd4e9da4b1ff9bf8eace9e8ae88282b (patch) | |
tree | ed8c457599a59cbad5446e2ce54edad236c07a46 /docker/smoke-cntt/Dockerfile | |
parent | 1906ca6c40cc3cb2a682e9233c7cd87cf3e5c930 (diff) |
Stop overriding tempest_conf.yaml in CNTT
It's useless as they are skipped by regexes (vnc_console).
Change-Id: If3cea451c95179e7e200708e1f3b5e9534be9e1d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 9141dcbb5af4b0d49e2cbb1aa55e55105529bd01)
Diffstat (limited to 'docker/smoke-cntt/Dockerfile')
-rw-r--r-- | docker/smoke-cntt/Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docker/smoke-cntt/Dockerfile b/docker/smoke-cntt/Dockerfile index ad3177acc..e61fb5cd8 100644 --- a/docker/smoke-cntt/Dockerfile +++ b/docker/smoke-cntt/Dockerfile @@ -1,5 +1,4 @@ FROM opnfv/functest-smoke:jerma COPY testcases.yaml /usr/lib/python3.7/site-packages/xtesting/ci/testcases.yaml -COPY tempest_conf.yaml /usr/lib/python3.7/site-packages/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml CMD ["run_tests", "-t", "all"] |