Log tempestconf inside tempest_log_dir

This will allow us to collect tempestconf.log by CI

Change-Id: Ieb050fe65947e3d2da1beb5062f509036e32a7da
This commit is contained in:
Dmitriy Rabotyagov 2021-03-29 14:12:06 +03:00
parent e6df466ebc
commit 989557bff3
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
if [ -d {{ tempest_tempestconf_venv_bin }} ]; then
. {{ tempest_tempestconf_venv_bin }}/activate
fi
discover-tempest-config --profile "{{ tempest_workspace }}/etc/profile.yaml" >> "{{ tempest_workspace }}/tempestconf.log"
discover-tempest-config --profile "{{ tempest_workspace }}/etc/profile.yaml" >> "{{ tempest_log_dir }}/tempestconf.log"
args:
chdir: "{{ tempest_workspace }}"
executable: /bin/bash