History log of /openbmc/pyphosphor/obmc/dbuslib/enums.py (Results 1 – 6 of 6)
Revision Date Author Comments
# dc7f067d 13-Dec-2017 Adriana Kobylak <anoo@us.ibm.com>

dbuslib: Fix UnknownInterface error

The string "org.freedesktop.UnknownInterface" is not an
existing dbus error string, all errors are of format
*.DBus.Error.* so change this error string to the rig

dbuslib: Fix UnknownInterface error

The string "org.freedesktop.UnknownInterface" is not an
existing dbus error string, all errors are of format
*.DBus.Error.* so change this error string to the right one.

Also fix the error responses when dbus errors are raised.

Part of openbmc/openbmc#2463

Change-Id: I384393a6f81c5057173e2941cd109e2f952e1311
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>

show more ...


# a5d2a119 28-Jun-2016 Brad Bishop <bradleyb@fuzziesquirrel.com>

Add alias for org.freedesktop.DBus.Error.NoReply

Change-Id: If112ed9db5c7fb8935daf2245736e039209d0798
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>


# 7c826357 19-May-2016 Patrick Williams <patrick@stwcx.xyz>

Merge pull request #3 from bradbishop/service-unknown-enum

Add enum for Freedesktop unknown service error


# 0b885072 09-May-2016 Brad Bishop <bradleyb@fuzziesquirrel.com>

Add enum for Freedesktop unknown service error


# 1b3c05c1 29-Apr-2016 Patrick Williams <patrick@stwcx.xyz>

Merge pull request #1 from bradbishop/pull

Pull


# 8ffe1e44 11-Feb-2016 Brad Bishop <radsquirrel@gmail.com>

Introducing pyobmc

We have openbmc python utilities scattered all over the place. To
facilitate reuse, bring them together in a single python package.

None of this is new code, it was all simply p

Introducing pyobmc

We have openbmc python utilities scattered all over the place. To
facilitate reuse, bring them together in a single python package.

None of this is new code, it was all simply ported and re-arranged
from other projects.

Ran everything through pep8.

show more ...