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 12:59:44 +0100 |
commit | fe4c595edbaa31a43b94c5065fb14cab932ddffd (patch) | |
tree | e307ca04f59ee1ee95616d1c017f766ad6c19cbb /ansible/host_vars/127.0.0.1 | |
parent | 4cbdef191c5c0f08043291f7c11167cd649880cc (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>
Diffstat (limited to 'ansible/host_vars/127.0.0.1')
-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 |