Skip to content

Commit

Permalink
Update brcm_common_config_ut.sh
Browse files Browse the repository at this point in the history
change sai.profile search path from HWSKU to /etc/sai.d
  • Loading branch information
geans-pin committed Dec 3, 2024
1 parent 7e7a714 commit d78ac0a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion syncd/scripts/brcm_common_config_ut.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
#!/bin/bash
###BRCM Common config UT####
HWSKU_DIR=/usr/share/sonic/hwsku
SAI_PROFILE_DIR=/etc/sai.d
PLATFORM_COMMON_DIR=/usr/share/sonic/device/x86_64-broadcom_common
PLT_SAI_PROFILE=$(find $HWSKU_DIR -name 'sai.profile')
PLT_SAI_PROFILE=$(find $SAI_PROFILE_DIR -name 'sai.profile')
readline=$(grep SAI_INIT_CONFIG_FILE $PLT_SAI_PROFILE)
PLATFORM_DIR=/usr/share/sonic/platform

PLT_CONFIG_BCM=""
PLT_CONFIG_YML=""

Expand Down

0 comments on commit d78ac0a

Please sign in to comment.