[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)
This commit is contained in:
andywongarista 2022-10-02 22:53:34 -07:00 committed by GitHub
parent 44356fa8d7
commit 2f46689a05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 1 deletions

View File

@ -1,7 +1,14 @@
{
"chassis": {
"name": "CCS-720DT-48S",
"components": [],
"components": [
{
"name": "Aboot()"
},
{
"name": "Scd(addr=0000:00:18.7)"
}
],
"fan_drawers": [
{
"name": "fixed1",

View File

@ -0,0 +1,10 @@
{
"chassis": {
"CCS-720DT-48S": {
"component": {
"Aboot()": {},
"Scd(addr=0000:00:18.7)": {}
}
}
}
}