feat(tpm): add read-only TPM validation

This commit is contained in:
Mikhail Chusavitin
2026-08-26 17:13:50 +03:00
parent 9e466b8a70
commit af95216c6f
27 changed files with 434 additions and 10 deletions
+6
View File
@@ -288,6 +288,12 @@ func executeTaskWithOptions(opts *HandlerOptions, t *Task, j *jobState, ctx cont
break
}
archive, err = runStorageAcceptancePackCtx(a, ctx, "", t.params.StressMode, j.append)
case "tpm":
if a == nil {
err = fmt.Errorf("app not configured")
break
}
archive, err = runTPMValidationPackCtx(a, ctx, "", j.append)
case "nvidia-config":
if a == nil {
err = fmt.Errorf("app not configured")