[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:
parent
44356fa8d7
commit
2f46689a05
@ -1,7 +1,14 @@
|
||||
{
|
||||
"chassis": {
|
||||
"name": "CCS-720DT-48S",
|
||||
"components": [],
|
||||
"components": [
|
||||
{
|
||||
"name": "Aboot()"
|
||||
},
|
||||
{
|
||||
"name": "Scd(addr=0000:00:18.7)"
|
||||
}
|
||||
],
|
||||
"fan_drawers": [
|
||||
{
|
||||
"name": "fixed1",
|
||||
|
@ -0,0 +1,10 @@
|
||||
{
|
||||
"chassis": {
|
||||
"CCS-720DT-48S": {
|
||||
"component": {
|
||||
"Aboot()": {},
|
||||
"Scd(addr=0000:00:18.7)": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user