# Path to directory with logs (e.x. pod-logs) | |
LOG_DIR = "/home/roman/Downloads/Test_logs/pod-logs" | |
# Path to machine-readable YAML file, generated by report_parcer tool | |
TEMPEST_REPORT_YAML = "/home/roman/Downloads/Test_logs/tempest_new.yaml" | |
# Path to directory with results of log_helper execution | |
RESULTS_DIR = "/home/roman/Downloads/Test_logs/log_helper_result" |