From: Cédric Ollivier Date: Thu, 2 Jan 2020 11:58:06 +0000 (+0100) Subject: Ease overriding tempest_conf.yaml X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=a686d19807b993f9e260b788bb4d99c1dee85dfd;p=functest.git 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 (cherry picked from commit fe4c595edbaa31a43b94c5065fb14cab932ddffd) --- 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