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

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
Reference in New Issue
openstack/openstack-ansible-os_tempest
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.