Skip to content

Commit

Permalink
[Arista]: Add chassis temperature sensors (#19718)
Browse files Browse the repository at this point in the history
This allows the chassis temperature sensor sonic-mgmt tests to pass on Arista 7800 chassis platform.
  • Loading branch information
patrickmacarthur authored and mssonicbld committed Oct 8, 2024
1 parent f07e760 commit 7298485
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion device/arista/x86_64-arista_7800_sup/platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,40 @@
]
}
],
"thermals": [],
"thermals": [
{
"name": "Supervisor front",
"controllable": false
},
{
"name": "Physical id 0",
"controllable": false
},
{
"name": "CPU core0",
"controllable": false
},
{
"name": "CPU core1",
"controllable": false
},
{
"name": "CPU core2",
"controllable": false
},
{
"name": "CPU core3",
"controllable": false
},
{
"name": "CPU core4",
"controllable": false
},
{
"name": "CPU core5",
"controllable": false
}
],
"sfps": []
},
"interfaces": {}
Expand Down

0 comments on commit 7298485

Please sign in to comment.