Add logging_tool/tests/data/sample_preflights.json

This commit is contained in:
Mika 2026-04-05 13:56:51 +00:00
parent d694379673
commit d20f491f79

View file

@ -0,0 +1,30 @@
[
{
"timestamp": "2024-03-15T10:22:00Z",
"measured_p": 0.091,
"freeze_ok": false,
"setup_fingerprint": "abcd1234",
"policy_hash": "9de0fdf3"
},
{
"timestamp": "2024-03-15T10:24:30Z",
"measured_p": 0.085,
"freeze_ok": true,
"setup_fingerprint": "abcd1234",
"policy_hash": "9de0fdf3"
},
{
"timestamp": "2024-03-15T10:28:00Z",
"measured_p": 0.0975,
"freeze_ok": true,
"setup_fingerprint": "efgh5678",
"policy_hash": "aa88cc77"
},
{
"timestamp": "2024-03-15T10:31:15Z",
"measured_p": 0.105,
"freeze_ok": false,
"setup_fingerprint": "efgh5678",
"policy_hash": "aa88cc77"
}
]