From: Marcel Holtmann Date: Sun, 20 Dec 2009 21:33:32 +0000 (-0800) Subject: Decode the immutable property correctly X-Git-Tag: 0.48~44 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=92d350647af23d0a360508dcc144a33dfacca2dc;p=platform%2Fupstream%2Fconnman.git Decode the immutable property correctly --- diff --git a/test/list-services b/test/list-services index 8c0ecf9..83ae2a0 100755 --- a/test/list-services +++ b/test/list-services @@ -28,7 +28,7 @@ for path in properties["Services"]: for key in properties.keys(): if key in ["IPv4", "IPv4.Configuration", "Ethernet"]: val = extract_values(properties[key]) - elif key in ["Favorite", "AutoConnect", + elif key in ["Favorite", "Immutable", "AutoConnect", "SetupRequired", "PassphraseRequired"]: if properties[key] == dbus.Boolean(1): val = "true"