commit | a2c3fd332cf10c740a7ee3b97b7afe004ed37d2b | [log] [tgz] |
---|---|---|
author | Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> | Mon May 15 12:40:07 2017 +0530 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed May 17 22:16:18 2017 +0000 |
tree | b78c3318ecb3a896042568bd9f68f77db0d517d2 | |
parent | ee6b7f49028360454a842c51d2a6013f3fa51dbf [diff] |
LEDS: Add LampTest group containing all the LEDs LampTest currently expects all the LEDs to be blinking. This change is for Barreleye and Palmetto. Change-Id: I78573124f312195d250b4feebf4cb77249cc1c74 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
diff --git a/meta-palmetto/recipes-phosphor/leds/palmetto-led-manager-config/led.yaml b/meta-palmetto/recipes-phosphor/leds/palmetto-led-manager-config/led.yaml index 7321c21..c9ba555 100755 --- a/meta-palmetto/recipes-phosphor/leds/palmetto-led-manager-config/led.yaml +++ b/meta-palmetto/recipes-phosphor/leds/palmetto-led-manager-config/led.yaml
@@ -18,3 +18,16 @@ Action: 'Blink' DutyOn: 50 Period: 1000 +LampTest: + heartbeat: + Action: 'Blink' + DutyOn: 50 + Period: 1000 + identify: + Action: 'Blink' + DutyOn: 50 + Period: 1000 + power: + Action: 'Blink' + DutyOn: 50 + Period: 1000