From cac37583e7f8ae1c60cc77131a1887ae8f475e03 Mon Sep 17 00:00:00 2001 From: ETWen Date: Tue, 25 Aug 2026 15:57:23 +0800 Subject: [PATCH] feat(ttl): Include mgmt_ping.log in the USB archive Script C now copies log/mgmt_ping.log into /host/hw-eval/current/jobs/ alongside bmc_poll.log, so the management link results leave the DUT with the run instead of staying behind. Both monitors' logs are now covered. Script A history: the two copies are one action in one block, so they share a single V1.0.8 line rather than reading as separate changes. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_014RetWKFZFG1ZHcitQAyhwM --- src/Script_ABC_Blanton/1_Blanton_Script_A.ttl | 2 +- src/Script_ABC_Blanton/3_Blanton_Script_C.ttl | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Script_ABC_Blanton/1_Blanton_Script_A.ttl b/src/Script_ABC_Blanton/1_Blanton_Script_A.ttl index 5433105..c0d1977 100644 --- a/src/Script_ABC_Blanton/1_Blanton_Script_A.ttl +++ b/src/Script_ABC_Blanton/1_Blanton_Script_A.ttl @@ -46,7 +46,7 @@ ; V1.0.8 2026-08-25 Blanton_Script/bmc_monitor.sh Add BMC I2C write/read-back pattern test ; ScriptB Re-enable bmc_monitor.sh start ; ScriptC Re-enable bmc_monitor.sh stop + cat bmc_poll.log -; ScriptC Copy bmc_poll.log into jobs/ before the USB archive +; ScriptC Copy bmc_poll.log + mgmt_ping.log into jobs/ before the USB archive ; ============================================================================= include "config.ttl" diff --git a/src/Script_ABC_Blanton/3_Blanton_Script_C.ttl b/src/Script_ABC_Blanton/3_Blanton_Script_C.ttl index d028e85..066ca16 100644 --- a/src/Script_ABC_Blanton/3_Blanton_Script_C.ttl +++ b/src/Script_ABC_Blanton/3_Blanton_Script_C.ttl @@ -111,6 +111,8 @@ sendln "show uptime" ; ========== Copy Stress Log to USB ========== wait prompt_sonic_root sendln "cp ./Blanton_Script/log/bmc_poll.log /host/hw-eval/current/jobs/" +wait prompt_sonic_root +sendln "cp ./Blanton_Script/log/mgmt_ping.log /host/hw-eval/current/jobs/" wait prompt_sonic_root getdate ts_date "%Y%m%d"