add psu fans status led available config (#13926)

Why I did it
Seastone does not have the psu fans' status led, need to reflect it in platform.json.

How I did it
Set the psu fans status led available to false.

How to verify it
Verify it with platform_tests/api/test_psu_fans.py::TestPsuFans::test_set_fans_led case.
This commit is contained in:
Ikki Zhu 2023-02-23 02:55:55 +08:00 committed by GitHub
parent 5ad78abea0
commit f8a393c3a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -266,6 +266,9 @@
"name": "PSU-1 FAN-1",
"speed": {
"controllable": false
},
"status_led": {
"available": false
}
}
]
@ -281,6 +284,9 @@
"name": "PSU-2 FAN-1",
"speed": {
"controllable": false
},
"status_led": {
"available": false
}
}
]