blob: d6aa79d1ce076644a7d9448d79c5058295e549f8 [file] [log] [blame]
Roman Bubyr3c8300e2023-06-01 13:08:29 +02001# Path to directory with logs (e.x. pod-logs)
stavrovska28772bc2024-05-22 09:33:50 +02002LOG_DIR = "/home/roman/Downloads/Test_logs/pod-logs"
Roman Bubyr3c8300e2023-06-01 13:08:29 +02003
4# Path to machine-readable YAML file, generated by report_parcer tool
stavrovska28772bc2024-05-22 09:33:50 +02005TEMPEST_REPORT_YAML = "/home/roman/Downloads/Test_logs/tempest_new.yaml"
Roman Bubyr3c8300e2023-06-01 13:08:29 +02006
7# Path to directory with results of log_helper execution
stavrovska28772bc2024-05-22 09:33:50 +02008RESULTS_DIR = "/home/roman/Downloads/Test_logs/log_helper_result"