From 989557bff3e09f1675f737171be43b8a819539b8 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Mon, 29 Mar 2021 14:12:06 +0300 Subject: [PATCH] Log tempestconf inside tempest_log_dir This will allow us to collect tempestconf.log by CI Change-Id: Ieb050fe65947e3d2da1beb5062f509036e32a7da --- tasks/tempestconf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/tempestconf.yml b/tasks/tempestconf.yml index 928144cb..e77e9349 100644 --- a/tasks/tempestconf.yml +++ b/tasks/tempestconf.yml @@ -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