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> |
George Liu | 9c2877a | 2021-02-25 16:20:16 +0800 | [diff] [blame] | 6 | "forceLEDs":[ |
| 7 | "virtual_enclosure_fault", |
| 8 | "virtual_enclosure_identify" |
| 9 | ], |
| 10 | |
Manojkiran Eda | 8e9af36 | 2021-09-08 09:35:06 +0530 | [diff] [blame] | 11 | // This section of this json contains name of physical leds that |
| 12 | // will not get triggered during lamp test |
| 13 | // these will be hosted as |
| 14 | // /xyz/openbmc_project/led/physical/<$name_in_this_file> |
George Liu | 9c2877a | 2021-02-25 16:20:16 +0800 | [diff] [blame] | 15 | "skipLEDs":[ |
| 16 | ] |
Manojkiran Eda | 8e9af36 | 2021-09-08 09:35:06 +0530 | [diff] [blame] | 17 | } |
| 18 | |