blob: 9a3a450c9a1ecf15f8705cfbc593320c4ff4f1e9 [file] [log] [blame]
Ilya Menkov8c026ce2021-12-21 01:38:02 +04001import os
2
3REPORT_NAME = os.environ.get('REPORT_NAME', 'artifacts/tempest.log')
4TEMPEST_REPORT_XML = os.environ.get('TEMPEST_REPORT_XML', 'artifacts/tempest_report.xml')
5
6# Results machine readable file
7RESOURCES_FILE_NAME = os.environ.get('RESULT_FILE_NAME', 'artifacts/tempest_resources.yaml')
8
9# Temporary file
10TEMPORARY_FILE_NAME = os.environ.get('TEMPORARY_FILE_NAME', 'artifacts/tempest_temporary')