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": ["virtual_enclosure_fault", "virtual_enclosure_identify"],
7
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>
12    "skipLEDs": []
13}
14