Skip to content

Commit

Permalink
add psu fans status led available config (#13926)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
qnos authored and qiluo-msft committed Mar 6, 2023
1 parent 3f66115 commit e4bfe85
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions device/celestica/x86_64-cel_seastone-r0/platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,9 @@
"name": "PSU-1 FAN-1",
"speed": {
"controllable": false
},
"status_led": {
"available": false
}
}
]
Expand All @@ -281,6 +284,9 @@
"name": "PSU-2 FAN-1",
"speed": {
"controllable": false
},
"status_led": {
"available": false
}
}
]
Expand Down

0 comments on commit e4bfe85

Please sign in to comment.