Skip to content

Commit be51191

Browse files
andywongaristamssonicbld
authored andcommitted
[Arista] Add other chassis names to platform_components.json for 720DT-48S (#12378)
Why I did it The 720DT-48S platform has variants with different chassis names, and these need to all be included in platform_components.json to ensure that sonic-mgmt platform_tests/fwutil/test_fwutil.py::test_fwutil_show passes How I did it Updated platform_components.json with the variant names for 720DT-48S. How to verify it Ran aforementioned testcase and verified that it passes on the different variants.
1 parent 708e83e commit be51191

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

device/arista/x86_64-arista_720dt_48s/platform_components.json

+12
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55
"Aboot()": {},
66
"Scd(addr=0000:00:18.7)": {}
77
}
8+
},
9+
"CCS-720DT-48S-2F": {
10+
"component": {
11+
"Aboot()": {},
12+
"Scd(addr=0000:00:18.7)": {}
13+
}
14+
},
15+
"CCS-720DT-48S-2R": {
16+
"component": {
17+
"Aboot()": {},
18+
"Scd(addr=0000:00:18.7)": {}
19+
}
820
}
921
}
1022
}

0 commit comments

Comments
 (0)