Skip to content

Commit 171b16c

Browse files
authored
platform/innovium renaming to platform/marvell-teralynx (sonic-net#3474)
1 parent 2cbfcc9 commit 171b16c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/generate_dump

+4-4
Original file line numberDiff line numberDiff line change
@@ -1625,15 +1625,15 @@ collect_cisco_8000() {
16251625
}
16261626

16271627
##############################################################################
1628-
# collect_innovium
1628+
# collect_marvell_teralynx
16291629
# Globals:
16301630
# None
16311631
# Arguments:
16321632
# None
16331633
# Retuens:
16341634
# None
16351635
##############################################################################
1636-
collect_innovium() {
1636+
collect_marvell_teralynx() {
16371637
save_cmd "ivmcmd 'show techsupport -i /innovium/show_techsupport_infile'" "show_techsupport_op_ifcs.log"
16381638
save_cmd "ivmcmd 'show techsupport -i /innovium/show_techsupport_infile_iSAI'" "show_techsupport_op_iSAI.log"
16391639
}
@@ -2159,8 +2159,8 @@ main() {
21592159
collect_nvidia_bluefield
21602160
fi
21612161

2162-
if [ "$asic" = "innovium" ]; then
2163-
collect_innovium
2162+
if [ "$asic" = "marvell-teralynx" ]; then
2163+
collect_marvell_teralynx
21642164
fi
21652165

21662166
if [ "$asic" = "marvell" ]; then

0 commit comments

Comments
 (0)