;================================================================ ; 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 ;================================================================ ; FAN_SPEED ;================================================================ FAN_SPEED = 30 ;================================================================ ; 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 ;================================================================ ; Prompt Definitions ;================================================================ prompt_login = "sonic login:" prompt_sonic = "admin@sonic:~$" prompt_sonic_root = "root@sonic:~#"