Change the default name of white list file

Adding a .conf in the default name of white list file in order
to be collected by collect-logs role, since it collect all the
files with .conf extension.

Change-Id: I23799a8afe40d6a589d64e1796d7707396b37b2b
This commit is contained in:
Arx Cruz 2017-08-18 16:38:43 +02:00
parent 92e924a875
commit ac32662b6b
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ run_tempest: false
post_tempest: true
tempest_format: packages # venv or packages
tempest_whitelist_file_src: "whitelist_file.j2"
tempest_whitelist_file: "whitelist_file"
tempest_whitelist_file: "whitelist_file.conf"
tempest_whitelist: []
tempest_plugins: []
skip_file_src: "skip_file.j2"