Add log_enhancer/tests/data/sample_logs_raw.json
This commit is contained in:
parent
5ab03224c9
commit
f939bd1418
1 changed files with 22 additions and 0 deletions
22
log_enhancer/tests/data/sample_logs_raw.json
Normal file
22
log_enhancer/tests/data/sample_logs_raw.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
[
|
||||
{
|
||||
"message": "Artifact processing started.",
|
||||
"expected_artifact_path": "",
|
||||
"artifact_key": "artifact_001"
|
||||
},
|
||||
{
|
||||
"message": "Artifact validation failed: missing checksum",
|
||||
"expected_artifact_path": "/var/data/artifacts/unknown",
|
||||
"artifact_key": ""
|
||||
},
|
||||
{
|
||||
"message": "Unknown artifact encountered during sync",
|
||||
"expected_artifact_path": "",
|
||||
"artifact_key": ""
|
||||
},
|
||||
{
|
||||
"message": "Completed processing artifact logs successfully.",
|
||||
"expected_artifact_path": "/var/data/artifacts/final_report.json",
|
||||
"artifact_key": "artifact_999"
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue