blob: fd6f2372cba18c6debb1b72504befd915133e5ba [file] [log] [blame]
George Liu9c2877a2021-02-25 16:20:16 +08001{
Manojkiran Eda8e9af362021-09-08 09:35:06 +05302 // This section of this json contains name of physical leds that
3 // will get triggered during lamp test overriding lamp-test
4 // requirements these will be hosted as
5 // /xyz/openbmc_project/led/physical/<$name_in_this_file>
Patrick Williams6d254ee2022-12-06 10:52:53 -06006 "forceLEDs": ["virtual_enclosure_fault", "virtual_enclosure_identify"],
George Liu9c2877a2021-02-25 16:20:16 +08007
Manojkiran Eda8e9af362021-09-08 09:35:06 +05308 // This section of this json contains name of physical leds that
9 // will not get triggered during lamp test
10 // these will be hosted as
11 // /xyz/openbmc_project/led/physical/<$name_in_this_file>
Patrick Williams6d254ee2022-12-06 10:52:53 -060012 "skipLEDs": []
Manojkiran Eda8e9af362021-09-08 09:35:06 +053013}