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

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.

Co-authored-by: Patrick MacArthur <patrick@patrickmacarthur.net>
This commit is contained in:
mssonicbld 2023-02-11 06:39:00 +08:00 committed by GitHub
parent 8dc3a40685
commit cdbdf95e70
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"
}
]
},