summaryrefslogtreecommitdiff
path: root/test/list-services
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-01-03 18:49:29 -0800
committerMarcel Holtmann <marcel@holtmann.org>2010-01-03 18:49:29 -0800
commit443fbea78cbd9dbe0d0fc3b3e01e0247d2368f6c (patch)
treea85c8d4df2d1e968ed215419cf08c7bfa19a536f /test/list-services
parent2f217e25d799ef351d4e8e06b0da83e72b2183f0 (diff)
downloadconnman-443fbea78cbd9dbe0d0fc3b3e01e0247d2368f6c.tar.gz
connman-443fbea78cbd9dbe0d0fc3b3e01e0247d2368f6c.tar.bz2
connman-443fbea78cbd9dbe0d0fc3b3e01e0247d2368f6c.zip
Update test script to decode Proxy entries
Diffstat (limited to 'test/list-services')
-rwxr-xr-xtest/list-services2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/list-services b/test/list-services
index 83ae2a02..8105f61c 100755
--- a/test/list-services
+++ b/test/list-services
@@ -26,7 +26,7 @@ for path in properties["Services"]:
print "[ %s ]" % (path)
for key in properties.keys():
- if key in ["IPv4", "IPv4.Configuration", "Ethernet"]:
+ if key in ["IPv4", "IPv4.Configuration", "Proxy", "Ethernet"]:
val = extract_values(properties[key])
elif key in ["Favorite", "Immutable", "AutoConnect",
"SetupRequired", "PassphraseRequired"]: