test(credentials): 登记 B-01 生产验收

This commit is contained in:
2026-09-09 09:58:17 +08:00
parent 22c15fc65d
commit 43d7106cff
5 changed files with 246 additions and 1 deletions
+5
View File
@@ -32,6 +32,11 @@ ALL_CASES = tuple(case for cases in CASE_SUITES.values() for case in cases)
# A case becomes executable only when a repository-owned driver is registered here.
# Component/unit test commands are deliberately not treated as production acceptance.
CASE_DRIVERS: dict[str, dict[str, Any]] = {
"B-01": {
"driver": "scripts/acceptance_cases/b01_credentials.py",
"timeout_seconds": 900,
"required_metrics": (),
},
"B-02": {
"driver": "scripts/acceptance_cases/b02_credentials.py",
"timeout_seconds": 900,