test: 补全C-02沙箱验收矩阵

This commit is contained in:
2026-09-10 06:13:22 +08:00
parent d01688bdea
commit 7030c10855
7 changed files with 452 additions and 25 deletions
+16
View File
@@ -90,6 +90,22 @@ CASE_DRIVERS: dict[str, dict[str, Any]] = {
),
"platform_profiles": ("windows-11-x64",),
},
"C-02": {
"driver": "scripts/acceptance_cases/c02_sandbox.py",
"timeout_seconds": 900,
"required_metrics": (
"shell_argument_rounds",
"environment_injection_rounds",
"child_escape_rounds",
"link_race_rounds",
"dns_rebinding_rounds",
"redirect_rounds",
"authorized_file_reads",
"authorized_tool_calls",
"authorized_https_calls",
),
"platform_profiles": ("windows-11-x64",),
},
"C-04": {
"driver": "scripts/acceptance_cases/c04_resources.py",
"timeout_seconds": 900,