fix platform.json on Wolverine for thermal sensors (#13524)

Why I did it
The current platform.json contains entries for thermals and SFPs that do not exist on Wolverine.

How I did it
I removed the incorrect entries.

How to verify it
Verify using applicable sonic-mgmt platform API tests.
This commit is contained in:
Patrick MacArthur 2023-02-08 13:38:36 -05:00 committed by GitHub
parent 614a267bf5
commit 39cbd28486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,22 +20,6 @@
"name": "Cpu temp sensor",
"controllable": false
},
{
"name": "Center back",
"controllable": false
},
{
"name": "Fap0 core0",
"controllable": false
},
{
"name": "Fap0 core1",
"controllable": false
},
{
"name": "PCIE",
"controllable": false
},
{
"name": "Cpu SBTSI",
"controllable": false
@ -149,42 +133,6 @@
},
{
"name": "osfp36"
},
{
"name": "osfp37"
},
{
"name": "osfp38"
},
{
"name": "osfp39"
},
{
"name": "osfp40"
},
{
"name": "osfp41"
},
{
"name": "osfp42"
},
{
"name": "osfp43"
},
{
"name": "osfp44"
},
{
"name": "osfp45"
},
{
"name": "osfp46"
},
{
"name": "osfp47"
},
{
"name": "osfp48"
}
]
},