blob: ed2dd8a900b389161f78f8541df76cbb311f6295 [file] [log] [blame]
Roman Bubyr3c8300e2023-06-01 13:08:29 +02001# Path to directory with logs (e.x. pod-logs)
2LOG_DIR = '/home/roman/Downloads/Test_logs/pod-logs'
3
4# Path to machine-readable YAML file, generated by report_parcer tool
5TEMPEST_REPORT_YAML = '/home/roman/Downloads/Test_logs/tempest_new.yaml'
6
7# Path to directory with results of log_helper execution
8RESULTS_DIR = '/home/roman/Downloads/Test_logs/log_helper_result'