summaryrefslogtreecommitdiff
path: root/test/list-services
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2011-02-04 20:18:23 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2011-02-04 20:18:23 +0100
commite5379d85aab8bd6cd6d675048797b7134be28dc9 (patch)
tree08a791c0ec300b9e9c71feb5130be7b662bf31ae /test/list-services
parent8a5a324bbfae8f3af8273bd9f9efa8c630651c22 (diff)
downloadconnman-e5379d85aab8bd6cd6d675048797b7134be28dc9.tar.gz
connman-e5379d85aab8bd6cd6d675048797b7134be28dc9.tar.bz2
connman-e5379d85aab8bd6cd6d675048797b7134be28dc9.zip
service: Remove WPS from the exported D-Bus properties
When WPS is supported it is added to the security string array.
Diffstat (limited to 'test/list-services')
-rwxr-xr-xtest/list-services5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/list-services b/test/list-services
index f1b89b6f..3ae6a4db 100755
--- a/test/list-services
+++ b/test/list-services
@@ -45,11 +45,12 @@ for path in properties["Services"]:
"Ethernet", "Provider"]:
val = extract_values(properties[key])
elif key in ["Nameservers", "Nameservers.Configuration",
- "Domains", "Domains.Configuration"]:
+ "Domains", "Domains.Configuration",
+ "Security"]:
val = extract_list(properties[key])
elif key in ["Favorite", "Immutable", "AutoConnect",
"LoginRequired", "SetupRequired",
- "PassphraseRequired", "WPS"]:
+ "PassphraseRequired"]:
if properties[key] == dbus.Boolean(1):
val = "true"
else: