feat(ttl): Add leakage status to PMON snapshot, bump A/B/C to V1.0.2

- utils/setup_pmon.ttl: add 'show platform leak status' and 'leak channels'
- Script A: move setup_pmon include into the TAKE DATA block
- Script B: soak loop now reuses utils/setup_pmon.ttl instead of inline fan/temperature
- Script C: fix header title (was 'Script B')
This commit is contained in:
2026-08-17 10:06:24 +08:00
parent 24c704c667
commit 725f51681a
4 changed files with 16 additions and 14 deletions
@@ -12,3 +12,7 @@ wait prompt_sonic_root
sendln "show platform current"
wait prompt_sonic_root
sendln "show platform ssdhealth"
wait prompt_sonic_root
sendln "show platform leak status"
wait prompt_sonic_root
sendln "show platform leak channels"