Skip to content

Commit f47024c

Browse files
qnosqiluo-msft
authored andcommitted
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.
1 parent cc17c7a commit f47024c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

device/celestica/x86_64-cel_seastone-r0/platform.json

+6
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,9 @@
266266
"name": "PSU-1 FAN-1",
267267
"speed": {
268268
"controllable": false
269+
},
270+
"status_led": {
271+
"available": false
269272
}
270273
}
271274
]
@@ -281,6 +284,9 @@
281284
"name": "PSU-2 FAN-1",
282285
"speed": {
283286
"controllable": false
287+
},
288+
"status_led": {
289+
"available": false
284290
}
285291
}
286292
]

0 commit comments

Comments
 (0)