diff --git a/src/Script_ABC_Blanton/1_Blanton_Script_A.ttl b/src/Script_ABC_Blanton/1_Blanton_Script_A.ttl index 53701f2..3b3470e 100644 --- a/src/Script_ABC_Blanton/1_Blanton_Script_A.ttl +++ b/src/Script_ABC_Blanton/1_Blanton_Script_A.ttl @@ -1,6 +1,6 @@ ; ============================================================================= ; Script A for Blanton -; Version : V1.0.4 +; Version : V1.0.5 ; Date : 2026-08-21 ; Author : ETWen ; ============================================================================= @@ -18,6 +18,10 @@ ; ScriptA Add Wait DUT Ready ; V1.0.4 2026-08-21 utils/wait_init.ttl Wait on bcmcmd port-up ; count (both units > 216) +; V1.0.5 2026-08-21 ScriptA Add EEPROM info (hpe-eeprom-tlv --bus 4 --addr 0x50) +; ScriptA Remove empty Check History block +; ScriptA/B Disable lldp + config save before traffic (silent MAC) +; ScriptB Add sfputil lpmode off Ethernet513/514 ; ============================================================================= include "config.ttl" @@ -56,6 +60,10 @@ sendln cmd wait prompt_sonic_root sendln "show boot" +; ========== EEPROM Info ========== +wait prompt_sonic_root +sendln "hpe-eeprom-tlv show --bus 4 --addr 0x50" + ; ========== Wait DUT Init ========== wait prompt_sonic_root include "utils/wait_init.ttl" @@ -91,10 +99,6 @@ include "utils/show_pcie_error_reg_SSD.ttl" ; ========== Check PCIE tree + PCIE link status + GET PCIE bandwidth Test ========== include "utils/pcie_bus.ttl" -; ========== Check History ========== - ;wait prompt_sonic_root - ;sendln "command" - ; ========== Check Margin ========== if EN_Margin = 1 then include "utils/show_margin_status.ttl" @@ -114,6 +118,12 @@ wait prompt_sonic_root sendln "show interfaces status Ethernet513,Ethernet514" ; ========== First Traffic Test ========== +; Silent MAC +wait prompt_sonic_root +sendln "config feature state lldp disabled" +wait prompt_sonic_root +sendln "config save -y" + wait prompt_sonic_root sendln "blanton_traffic_linespeed ps" wait prompt_sonic_root diff --git a/src/Script_ABC_Blanton/2_Blanton_Script_B.ttl b/src/Script_ABC_Blanton/2_Blanton_Script_B.ttl index 0dad193..6e7ba83 100644 --- a/src/Script_ABC_Blanton/2_Blanton_Script_B.ttl +++ b/src/Script_ABC_Blanton/2_Blanton_Script_B.ttl @@ -52,12 +52,24 @@ wait prompt_sonic_root sendln "jobs" -; ========== 100G Port Status ========== +; ========== 100G Port ========== +; Lpmode Disable +wait prompt_sonic_root +sendln "sudo sfputil lpmode off Ethernet513" +wait prompt_sonic_root +sendln "sudo sfputil lpmode off Ethernet514" + wait prompt_sonic_root sendln "show interfaces status Ethernet513,Ethernet514" ; ========== Traffic START ========== +; Silent MAC +wait prompt_sonic_root +sendln "config feature state lldp disabled" +wait prompt_sonic_root +sendln "config save -y" + wait prompt_sonic_root sendln "blanton_traffic_linespeed ps" wait prompt_sonic_root