Skip to content

Commit

Permalink
[Arista] Add components for 720DT-48S (#12217)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
andywongarista authored Oct 3, 2022
1 parent 44356fa commit 2f46689
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
9 changes: 8 additions & 1 deletion device/arista/x86_64-arista_720dt_48s/platform.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"chassis": {
"name": "CCS-720DT-48S",
"components": [],
"components": [
{
"name": "Aboot()"
},
{
"name": "Scd(addr=0000:00:18.7)"
}
],
"fan_drawers": [
{
"name": "fixed1",
Expand Down
10 changes: 10 additions & 0 deletions device/arista/x86_64-arista_720dt_48s/platform_components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"chassis": {
"CCS-720DT-48S": {
"component": {
"Aboot()": {},
"Scd(addr=0000:00:18.7)": {}
}
}
}
}

0 comments on commit 2f46689

Please sign in to comment.