Roman Bubyr | 3c8300e | 2023-06-01 13:08:29 +0200 | [diff] [blame] | 1 | # Path to directory with logs (e.x. pod-logs) |
stavrovska | 28772bc | 2024-05-22 09:33:50 +0200 | [diff] [blame] | 2 | LOG_DIR = "/home/roman/Downloads/Test_logs/pod-logs" |
Roman Bubyr | 3c8300e | 2023-06-01 13:08:29 +0200 | [diff] [blame] | 3 | |
| 4 | # Path to machine-readable YAML file, generated by report_parcer tool |
stavrovska | 28772bc | 2024-05-22 09:33:50 +0200 | [diff] [blame] | 5 | TEMPEST_REPORT_YAML = "/home/roman/Downloads/Test_logs/tempest_new.yaml" |
Roman Bubyr | 3c8300e | 2023-06-01 13:08:29 +0200 | [diff] [blame] | 6 | |
| 7 | # Path to directory with results of log_helper execution |
stavrovska | 28772bc | 2024-05-22 09:33:50 +0200 | [diff] [blame] | 8 | RESULTS_DIR = "/home/roman/Downloads/Test_logs/log_helper_result" |