Skip to content

Commit c6bcf24

Browse files
andywongaristayxieca
authored andcommitted
[Arista] Add components for 720DT-48S (#12217)
Why I did it Add components data for sonic-mgmt testing How I did it Update platform.json and add platform_components.json How to verify it Ran sonic-mgmt tests (test_chassis and test_component)
1 parent 4718419 commit c6bcf24

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

device/arista/x86_64-arista_720dt_48s/platform.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
{
22
"chassis": {
33
"name": "CCS-720DT-48S",
4-
"components": [],
4+
"components": [
5+
{
6+
"name": "Aboot()"
7+
},
8+
{
9+
"name": "Scd(addr=0000:00:18.7)"
10+
}
11+
],
512
"fan_drawers": [
613
{
714
"name": "fixed1",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"chassis": {
3+
"CCS-720DT-48S": {
4+
"component": {
5+
"Aboot()": {},
6+
"Scd(addr=0000:00:18.7)": {}
7+
}
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)