diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-01-02 12:58:06 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-01-02 13:16:20 +0100 |
commit | a686d19807b993f9e260b788bb4d99c1dee85dfd (patch) | |
tree | a4fff27f149151ed52cff41949ae4c5333657610 /ansible | |
parent | b701f7870dde01663e360d7152c6daf6b6f2e8b8 (diff) |
Ease overriding tempest_conf.yaml
It works asis in Functest gates but its values mays be modified by
users at their convenience.
Change-Id: Id83c01693818802d11eb3822b59a508ac09990c3
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit fe4c595edbaa31a43b94c5065fb14cab932ddffd)
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/host_vars/127.0.0.1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/host_vars/127.0.0.1 b/ansible/host_vars/127.0.0.1 index 169b56b07..2dade6627 100644 --- a/ansible/host_vars/127.0.0.1 +++ b/ansible/host_vars/127.0.0.1 @@ -3,3 +3,4 @@ docker_args: volumes: - /home/opnfv/functest/openstack.creds:/home/opnfv/functest/conf/env_file - /home/opnfv/functest/images:/home/opnfv/functest/images + - /home/opnfv/functest/tempest_conf.yaml:/usr/lib/python3.6/site-packages/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml |