test(v3-cms): add CMS Vision Parity E2E test

This commit is contained in:
Scott Idem
2026-02-05 19:28:03 -05:00
parent 1cfbf9ebad
commit 03a1569eba
2 changed files with 91 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ These consolidated scripts are the primary verification tool for the V3 API.
| `test_e2e_v3_actions_file_lifecycle.py` | **Primary Actions**: Upload, Download (ID/Hash/Streaming), and physical Deletion. |
| `test_e2e_v3_data_store_lookup.py` | **V3 Parity**: Verifies code-based lookups and latency simulation. |
| `test_e2e_v3_event_vision_parity.py`| **Vision ID**: Verifies string-ID enforcement across event models. |
| `test_e2e_v3_cms_vision_parity.py`| **Vision ID**: Verifies string-ID enforcement across CMS (post/comment) models. |
| `test_e2e_v3_accounts.py` | CRUD verification for the core Account object. |
| `test_e2e_v3_schema.py` | Network verification of the V3 metadata discovery endpoint. |
| `test_e2e_agent_bridge.py` | Verifies container diagnostics and log streaming routes. |