forgectrl pinned at the status-page sys block; panel-serves reads it

The pin picks up /status carrying CPU and memory utilization (sys:
cpu_pct over the interval since the previous read, mem_pct from
MemTotal against MemAvailable) with the panel rows under the board
temperatures. forgectrl.panel-serves now re-reads /status after a
beat and asserts both percents are numbers in range, so the catalog
exercises the new telemetry on the bench.
This commit is contained in:
ScottW514
2026-08-24 07:07:49 -04:00
parent f54d086625
commit a2b391b8f6
2 changed files with 17 additions and 2 deletions
@@ -2,5 +2,5 @@
# only SRCREV and PV here - the image manifest leaves *-pin.inc out of the
# layer content hash because the component entry already identifies the
# pinned source (forgefirm-image-manifest.bbclass).
SRCREV = "b27398a393ec2d3fb407cf2ab5f7dfba3dee19d3"
SRCREV = "3acd66425dd53b3a8b16ae175ec442a4d057b9ac"
PV = "0.1.0"