George Liu | 9c2877a | 2021-02-25 16:20:16 +0800 | [diff] [blame] | 1 | { |
Manojkiran Eda | 8e9af36 | 2021-09-08 09:35:06 +0530 | [diff] [blame] | 2 | // 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 Williams | 6d254ee | 2022-12-06 10:52:53 -0600 | [diff] [blame] | 6 | "forceLEDs": ["virtual_enclosure_fault", "virtual_enclosure_identify"], |
George Liu | 9c2877a | 2021-02-25 16:20:16 +0800 | [diff] [blame] | 7 | |
Manojkiran Eda | 8e9af36 | 2021-09-08 09:35:06 +0530 | [diff] [blame] | 8 | // 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 Williams | 6d254ee | 2022-12-06 10:52:53 -0600 | [diff] [blame] | 12 | "skipLEDs": [] |
Manojkiran Eda | 8e9af36 | 2021-09-08 09:35:06 +0530 | [diff] [blame] | 13 | } |