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>
diff --git a/pytools/obmcutil b/pytools/obmcutil
index f762c59..3265940 100644
--- a/pytools/obmcutil
+++ b/pytools/obmcutil
@@ -72,11 +72,6 @@
'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 @@
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])