;================================================================ ; User Configuration ;================================================================ project_name = "Blanton" strTestcase="ENV" ;ENV,EMC,Margin...etc EN_Margin = 0 ; 1: Enable Margin Test, 0: Disable Margin Test EN_log = 1 ; 1: Enable log, 0: Disable log EN_timestamp = 1 ; 1: Enable timestamp in log, 0: Disable timestamp in log ;================================================================ ; FAN_SPEED ;================================================================ FAN_SPEED = 100 ;================================================================ ; Switch Unit Population ;================================================================ SWB_UNIT0 = 1 ; 1 = this DUT has switch unit 0, wait for it ; 0 = skip SWB_UNIT1 = 1 ; 1 = this DUT has switch unit 1, wait for it ; 0 = skip ;================================================================ ; Stress_Test ;================================================================ SSD_RUNTIME = 3600 ; Unit seconds, 3600 = 1 hour SSD_COUNT = 240 ; Total time = SSD_RUNTIME * SSD_COUNT USB_RUNTIME = 3600 ; Unit seconds, 3600 = 1 hour USB_COUNT = 240 ; Total time = USB_RUNTIME * USB_COUNT BMC_USB_RUNTIME = 172800 ; Unit seconds, 172800 = 2 days ;================================================================ ; Prompt Definitions ;================================================================ prompt_login = "sonic login:" prompt_sonic = "admin@sonic:~$" prompt_sonic_root = "root@sonic:~#"