commit | 4ba24e46c5142e16a02f165bf059be9d2d6ff71c | [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 | e91bf7357a0f3bbb3ef7937512dbc008e13402fb | |
parent | 27effa04812485c7f118bb52fb7dcb62a52a8e52 [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-ibm/meta-palmetto/recipes-phosphor/leds/palmetto-led-manager-config/led.yaml b/meta-ibm/meta-palmetto/recipes-phosphor/leds/palmetto-led-manager-config/led.yaml index 7321c21..c9ba555 100755 --- a/meta-ibm/meta-palmetto/recipes-phosphor/leds/palmetto-led-manager-config/led.yaml +++ b/meta-ibm/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
diff --git a/meta-rackspace/meta-barreleye/recipes-phosphor/leds/barreleye-led-manager-config/led.yaml b/meta-rackspace/meta-barreleye/recipes-phosphor/leds/barreleye-led-manager-config/led.yaml index 3a65506..8ba28f3 100755 --- a/meta-rackspace/meta-barreleye/recipes-phosphor/leds/barreleye-led-manager-config/led.yaml +++ b/meta-rackspace/meta-barreleye/recipes-phosphor/leds/barreleye-led-manager-config/led.yaml
@@ -18,3 +18,16 @@ Action: 'Blink' DutyOn: 50 Period: 1000 +LampTest: + beep: + Action: 'Blink' + DutyOn: 50 + Period: 1000 + heartbeat: + Action: 'Blink' + DutyOn: 50 + Period: 1000 + identify: + Action: 'Blink' + DutyOn: 50 + Period: 1000