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