File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/sonic-device-data/src Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1184,7 +1184,7 @@ sudo chmod -R 640 $FILESYSTEM_ROOT/etc/sonic/frr/
11841184sudo chmod 750 $FILESYSTEM_ROOT /etc/sonic/frr
11851185{%- endif %}
11861186
1187- {% if sonic_asic_platform == " alpinevs" %}
1187+ {%- if sonic_asic_platform == " alpinevs" %}
11881188
11891189# Adding fake platform files for Alpine
11901190ALPINE_SERVICES=platform/alpinevs/src/services
@@ -1201,7 +1201,7 @@ sudo cp $ALPINE_PLATFORM/aer_dev_correctable $GENERIC_PCIE_DEVICE
12011201sudo cp $ALPINE_PLATFORM /aer_dev_fatal $GENERIC_PCIE_DEVICE
12021202sudo cp $ALPINE_PLATFORM /aer_dev_nonfatal $GENERIC_PCIE_DEVICE
12031203
1204- # Including add-on services for Alpine
1204+ # Including add-on services for Alpine
12051205sudo cp $ALPINE_SERVICES /config/alpinevs-config.service $FILESYSTEM_ROOT_USR_LIB_SYSTEMD_SYSTEM
12061206echo " alpinevs-config.service" | sudo tee -a $GENERATED_SERVICE_FILE
12071207sudo cp $ALPINE_SERVICES /config/alpinevs-config.sh $FILESYSTEM_ROOT /usr/bin/
Original file line number Diff line number Diff line change 1313 done
1414 for f in $$ (find ../../../device -name platform.json); do
1515 if [[ $$ (dirname $$ f) =~ ' ../../../device/virtual/x86_64-kvm_x86_64-r0/alpine_' ]]; then
16- # Tests expect the platform.json to be in a certain format different
17- # from what Alpine uses
16+ # Tests expect the platform.json to be in a certain format different
17+ # from what Alpine uses
1818 continue
1919 fi
2020 ./platform_json_checker $$ f
You can’t perform that action at this time.
0 commit comments