From 32d267c1a6083f3f5183e5f3f15161b097f37419 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 25 Jan 2010 07:14:11 +0100 Subject: Add support for technology interface --- test/monitor-services | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/monitor-services') diff --git a/test/monitor-services b/test/monitor-services index c435a34a..7d654471 100755 --- a/test/monitor-services +++ b/test/monitor-services @@ -10,7 +10,7 @@ def property_changed(name, value, path, interface): ipath = path[path.rfind("/") + 1:] if iface not in ["Service"]: return - if name in ["Profiles", "Services", "Providers", + if name in ["Profiles", "Services", "Providers", "Technologies", "Devices", "Networks"]: val = "[" for i in value: -- cgit v1.2.3