Merge "Save tempestconf output to file"

This commit is contained in:
Zuul
2021-03-12 17:36:16 +00:00
committed by Gerrit Code Review

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"
discover-tempest-config --profile "{{ tempest_workspace }}/etc/profile.yaml" >> "{{ tempest_workspace }}/tempestconf.log"
args:
chdir: "{{ tempest_workspace }}"
executable: /bin/bash