summaryrefslogtreecommitdiff
path: root/test/monitor-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/monitor-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/monitor-services')
-rwxr-xr-xtest/monitor-services3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/monitor-services b/test/monitor-services
index e4fe3284..cbae3772 100755
--- a/test/monitor-services
+++ b/test/monitor-services
@@ -35,7 +35,8 @@ def property_changed(name, value, path):
"Proxy", "Proxy.Configuration", "Ethernet"]:
val = extract_values(value)
elif name in ["Nameservers", "Nameservers.Configuration",
- "Domains", "Domains.Configuration"]:
+ "Domains", "Domains.Configuration"
+ "Security"]:
val = extract_list(value)
elif name in ["Strength", "Priority"]:
val = int(value)