diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2012-04-29 01:15:41 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2012-04-29 01:16:24 +0200 |
commit | ef939d2ab843653a7d6ab03082cf46f3f87ceac8 (patch) | |
tree | 6bec05443add3992cc169b6ad7d59e31dd84bddb /test | |
parent | ccfc1da8079f1c2cb7bc076c64c12a7c8aa42543 (diff) | |
download | connman-ef939d2ab843653a7d6ab03082cf46f3f87ceac8.tar.gz connman-ef939d2ab843653a7d6ab03082cf46f3f87ceac8.tar.bz2 connman-ef939d2ab843653a7d6ab03082cf46f3f87ceac8.zip |
test: Add more pretty print for service monitoring
Diffstat (limited to 'test')
-rwxr-xr-x | test/monitor-services | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/monitor-services b/test/monitor-services index cbae3772..81860688 100755 --- a/test/monitor-services +++ b/test/monitor-services @@ -35,8 +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" - "Security"]: + "Domains", "Domains.Configuration", + "Timeservers", "Timeservers.Configuration", "Security"]: val = extract_list(value) elif name in ["Strength", "Priority"]: val = int(value) |