diff options
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 |