Close AUDIT-WP-0007 after live chain attestation.
Migration 0006 applied on railiance01. Verify-against the dated chain-head evidence is intact for 30 events.
This commit is contained in:
parent
5fd04e2095
commit
61214bc24a
7 changed files with 46 additions and 15 deletions
|
|
@ -24,6 +24,8 @@ def test_capability_record_exists_and_joins_operations_audit():
|
|||
unknown = [row for row in audit["consumes"] if row["basis"] == "unknown"]
|
||||
assert unknown
|
||||
assert all(row["quantity"]["value"] is None and row.get("gap") for row in unknown)
|
||||
hooks = {item["hook"]: item["basis"] for item in audit["evidence"]}
|
||||
assert hooks["integrity_verification"] == "measured"
|
||||
|
||||
|
||||
def test_capability_review_against_live_catalog():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue