chargelink verdict
Assign a final verdict to an operator-controlled run.
Reference syntax
usage: chargelink verdict [-h] {set} ...
positional arguments:
{set}
options:
-h, --help show this help message and exit
Subcommands
Subcommand |
Purpose |
|---|---|
|
Set the top-level verdict on a run. |
set
Set the top-level verdict on a run.
CLI help
usage: chargelink verdict set [-h] [--runtime-root RUNTIME_ROOT]
[--comment COMMENT]
run_id verdict
positional arguments:
run_id
verdict
options:
-h, --help show this help message and exit
--runtime-root RUNTIME_ROOT
--comment COMMENT
Production examples
Mark a run as passed with a short note.
chargelink verdict set 'run_1' 'pass' --runtime-root '.tmp/runtime' --comment 'stable under ISO 15118-20 AC regression pack'
Mark a run as warning for operator follow-up.
chargelink verdict set 'run_2' 'warn' --runtime-root '.tmp/runtime' --comment 'vendor proof still required'