From fe4c595edbaa31a43b94c5065fb14cab932ddffd Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 2 Jan 2020 12:58:06 +0100 Subject: Ease overriding tempest_conf.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- ansible/host_vars/127.0.0.1 | 1 + 1 file changed, 1 insertion(+) 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 -- cgit 1.2.3-korg