Add in-process known-bad fixtures for remaining ASM T-01–T-10
Each Canon test now has a fixture-asm registration that fails known-bad and passes known-good in-process. Live asm-tNN targets stay pending. No network, OpenBao, or packet. Assistant: grok Assistant-Session: 01a05e32-c776-72a3-86ec-c490e027aca9
This commit is contained in:
parent
75deaf073f
commit
6f1ca0bfef
38 changed files with 1132 additions and 37 deletions
|
|
@ -70,9 +70,11 @@ def test_catalog_loads_honest_applicability():
|
|||
assert "asm" in catalog["asm-t06"]["approval_classes"]
|
||||
assert "live-e2" not in catalog["asm-t01"]["approval_classes"]
|
||||
assert "capacity" not in catalog["asm-t07"]["approval_classes"]
|
||||
assert catalog["fixture-asm-t06"]["applicability"] == "applicable"
|
||||
assert catalog["fixture-asm-t06"]["test_id"] == "T-06"
|
||||
assert catalog["asm-t06"]["applicability"] == "pending"
|
||||
for n in range(1, 11):
|
||||
key = f"fixture-asm-t{n:02d}"
|
||||
assert catalog[key]["applicability"] == "applicable"
|
||||
assert catalog[key]["test_id"] == f"T-{n:02d}"
|
||||
assert catalog[f"asm-t{n:02d}"]["applicability"] == "pending"
|
||||
|
||||
|
||||
def test_retired_ids_include_cancelled_records():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue