1{ 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}