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:11:35 +0100 |
commit | 7f4dd42d8ef515b04e2436988d6b489ceb1c2995 (patch) | |
tree | 04d9cb9e65d3587cd693ec7c61274402dc442a5d /ansible/host_vars | |
parent | dfba5cafcf0d75a7a47690ed2a068f2855013b31 (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/host_vars')
-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..81a190c75 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.7/site-packages/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml |