From ef939d2ab843653a7d6ab03082cf46f3f87ceac8 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 29 Apr 2012 01:15:41 +0200 Subject: [PATCH] test: Add more pretty print for service monitoring --- test/monitor-services | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/monitor-services b/test/monitor-services index cbae377..8186068 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) -- 2.7.4