summaryrefslogtreecommitdiff
path: root/test/get-services
diff options
context:
space:
mode:
authorTomasz Bursztyka <tomasz.bursztyka@nokia.com>2011-01-26 10:09:38 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2011-01-27 12:14:49 +0100
commitb299ef6730573182a11361f2ddf50558ee2ba971 (patch)
tree3b8cee170f3e16fc8dd4934ffc053897fa580e5a /test/get-services
parent77995f403e1948b2ae1be2f0297ed451dec886b6 (diff)
downloadconnman-b299ef6730573182a11361f2ddf50558ee2ba971.tar.gz
test: WPS property support
Diffstat (limited to 'test/get-services')
-rwxr-xr-xtest/get-services2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/get-services b/test/get-services
index 29d4ea07..605e2780 100755
--- a/test/get-services
+++ b/test/get-services
@@ -43,7 +43,7 @@ for entry in services:
"Domains", "Domains.Configuration"]:
val = extract_list(properties[key])
elif key in ["Favorite", "Immutable", "AutoConnect",
- "SetupRequired", "PassphraseRequired"]:
+ "SetupRequired", "PassphraseRequired", "WPS"]:
if properties[key] == dbus.Boolean(1):
val = "true"
else: