test: Add more pretty print for service monitoring
authorMarcel Holtmann <marcel@holtmann.org>
Sat, 28 Apr 2012 23:15:41 +0000 (01:15 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 28 Apr 2012 23:16:24 +0000 (01:16 +0200)
test/monitor-services

index cbae377..8186068 100755 (executable)
@@ -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)