blob: f71c3242cd58a76529ad1f9f4efdf93ff8e200e5 [file] [log] [blame]
George Liu9c2877a2021-02-25 16:20:16 +08001{
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>
6 "forceLEDs":[
7 "virtual_enclosure_fault",
8 "virtual_enclosure_identify"
9 ],
10
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>
15 "skipLEDs":[
16 ]
17}