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
@@ -1,12 +1,13 @@
; ============================================================================= ; =============================================================================
; Script A for Blanton ; Script A for Blanton
; Version : V1.0.1 ; Version : V1.0.2
; Date : 2026-08-14 ; Date : 2026-08-17
; Author : ETWen ; Author : ETWen
; ============================================================================= ; =============================================================================
; Version History: ; Version History:
; V1.0.0 2026-08-13 Initial Version ; V1.0.0 2026-08-13 Initial Version
; V1.0.1 2026-08-14 Add CLEAR PCIE Error ; V1.0.1 2026-08-14 Add CLEAR PCIE Error
; V1.0.2 2026-08-17 utils/setup_pmon.ttl add Leakage Status
; ============================================================================= ; =============================================================================
include "config.ttl" include "config.ttl"
@@ -75,10 +76,8 @@ if EN_Margin = 1 then
include "utils/show_margin_status.ttl" include "utils/show_margin_status.ttl"
endif endif
; ========== Set and Read PMON Settings ==========
include "utils/setup_pmon.ttl"
; ========== TAKE DATA ========== ; ========== TAKE DATA ==========
include "utils/setup_pmon.ttl"
include "utils/show_dmesg.ttl" include "utils/show_dmesg.ttl"
wait prompt_sonic_root wait prompt_sonic_root
@@ -1,12 +1,13 @@
; ============================================================================= ; =============================================================================
; Script B for Blanton ; Script B for Blanton
; Version : V1.0.1 ; Version : V1.0.2
; Date : 2026-08-14 ; Date : 2026-08-17
; Author : ETWen ; Author : ETWen
; ============================================================================= ; =============================================================================
; Version History: ; Version History:
; V1.0.0 2026-08-13 Initial Version ; V1.0.0 2026-08-13 Initial Version
; V1.0.1 2026-08-14 Add AMD CPU STRESS TEST ; V1.0.1 2026-08-14 Add AMD CPU STRESS TEST
; V1.0.2 2026-08-17 utils/setup_pmon.ttl add Leakage Status
; ============================================================================= ; =============================================================================
include "config.ttl" include "config.ttl"
@@ -63,10 +64,7 @@ sendln "jobs"
; ========== Get data every 10mins ========== ; ========== Get data every 10mins ==========
while 1 while 1
wait prompt_sonic_root include "utils/setup_pmon.ttl"
sendln "show platform fan"
wait prompt_sonic_root
sendln "show platform temperature"
; ========== Check Margin ========== ; ========== Check Margin ==========
if EN_Margin = 1 then if EN_Margin = 1 then
include "utils/show_margin_status.ttl" include "utils/show_margin_status.ttl"
@@ -1,12 +1,13 @@
; ============================================================================= ; =============================================================================
; Script B for Blanton ; Script C for Blanton
; Version : V1.0.1 ; Version : V1.0.2
; Date : 2026-08-14 ; Date : 2026-08-17
; Author : ETWen ; Author : ETWen
; ============================================================================= ; =============================================================================
; Version History: ; Version History:
; V1.0.0 2026-08-13 Initial Version ; V1.0.0 2026-08-13 Initial Version
; V1.0.1 2026-08-14 Add Check PCIE error counters,CHECK Stress results ; V1.0.1 2026-08-14 Add Check PCIE error counters,CHECK Stress results
; V1.0.2 2026-08-17 utils/setup_pmon.ttl add Leakage Status
; ============================================================================= ; =============================================================================
include "config.ttl" include "config.ttl"
@@ -12,3 +12,7 @@ wait prompt_sonic_root
sendln "show platform current" sendln "show platform current"
wait prompt_sonic_root wait prompt_sonic_root
sendln "show platform ssdhealth" sendln "show platform ssdhealth"
wait prompt_sonic_root
sendln "show platform leak status"
wait prompt_sonic_root
sendln "show platform leak channels"