blob: bf4765b43b21a8f31bfdb4910dc3c520198a831c [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>
George Liu9c2877a2021-02-25 16:20:16 +08006 "forceLEDs":[
7 "virtual_enclosure_fault",
8 "virtual_enclosure_identify"
9 ],
10
Manojkiran Eda8e9af362021-09-08 09:35:06 +053011 // 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 Liu9c2877a2021-02-25 16:20:16 +080015 "skipLEDs":[
16 ]
Manojkiran Eda8e9af362021-09-08 09:35:06 +053017}
18