summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-12-20 13:33:32 -0800
committerMarcel Holtmann <marcel@holtmann.org>2009-12-20 13:33:32 -0800
commit92d350647af23d0a360508dcc144a33dfacca2dc (patch)
tree8123fe444772c0bd50212624abcb30cd504e8e1e
parentca1df4353f0ed7873fbc6e835f1f2972bbb55feb (diff)
downloadconnman-92d350647af23d0a360508dcc144a33dfacca2dc.tar.gz
connman-92d350647af23d0a360508dcc144a33dfacca2dc.tar.bz2
connman-92d350647af23d0a360508dcc144a33dfacca2dc.zip
Decode the immutable property correctly
-rwxr-xr-xtest/list-services2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/list-services b/test/list-services
index 8c0ecf9b..83ae2a02 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"