summaryrefslogtreecommitdiffstats
path: root/pytools
diff options
context:
space:
mode:
authorVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2017-03-23 18:46:06 +0530
committerPatrick Williams <patrick@stwcx.xyz>2017-03-30 03:05:32 +0000
commitcf951db6eb9d3e3fd8af769adc6bebf3160b73bc (patch)
tree87bc7d23a2e14b1040fc0d88ce98c9667d4272c1 /pytools
parente688d94b8a21796be2e839fc6b19336b9f192e05 (diff)
downloadtalos-skeleton-cf951db6eb9d3e3fd8af769adc6bebf3160b73bc.tar.gz
talos-skeleton-cf951db6eb9d3e3fd8af769adc6bebf3160b73bc.zip
LED: Remove methods used to set and clear Identify LEDs.
Now that the LED Group manager support is in, the users can make a call to phosphor-ledmanager and assert the Identify group and hence this code in here is not needed. Change-Id: I7c268710ee8806215c60015d6b39a0ef19601fd0 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
Diffstat (limited to 'pytools')
-rw-r--r--pytools/obmcutil7
1 files changed, 1 insertions, 6 deletions
diff --git a/pytools/obmcutil b/pytools/obmcutil
index f762c59..3265940 100644
--- a/pytools/obmcutil
+++ b/pytools/obmcutil
@@ -72,11 +72,6 @@ dbus_objects = {
'object_name': '/org/openbmc/control/power0',
'interface_name': 'org.openbmc.control.Power'
},
- 'identify_led': {
- 'bus_name': 'org.openbmc.control.led',
- 'object_name': '/org/openbmc/control/led/identify',
- 'interface_name': 'org.openbmc.Led'
- },
'chassis': {
'bus_name': 'org.openbmc.control.Chassis',
'object_name': '/org/openbmc/control/chassis0',
@@ -254,4 +249,4 @@ for c in cmd:
intf = dbus.Interface(obj, "org.freedesktop.DBus.Properties")
props = intf.GetAll(intf_name)
for p in props:
- print p + " = " + str(props[p]) \ No newline at end of file
+ print p + " = " + str(props[p])
OpenPOWER on IntegriCloud