From cf951db6eb9d3e3fd8af769adc6bebf3160b73bc Mon Sep 17 00:00:00 2001 From: Vishwanatha Subbanna Date: Thu, 23 Mar 2017 18:46:06 +0530 Subject: 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 --- pytools/obmcutil | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'pytools') 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]) -- cgit v1.2.1