summaryrefslogtreecommitdiff
path: root/test/monitor-services
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-01-25 07:14:11 +0100
committerMarcel Holtmann <marcel@holtmann.org>2010-01-25 07:14:11 +0100
commit32d267c1a6083f3f5183e5f3f15161b097f37419 (patch)
tree4de626ebde91e5104e02129d342a33c61206f47c /test/monitor-services
parentb5795c2b12e34ab29ad283b2ece3a507b17e3cb9 (diff)
downloadconnman-32d267c1a6083f3f5183e5f3f15161b097f37419.tar.gz
connman-32d267c1a6083f3f5183e5f3f15161b097f37419.tar.bz2
connman-32d267c1a6083f3f5183e5f3f15161b097f37419.zip
Add support for technology interface
Diffstat (limited to 'test/monitor-services')
-rwxr-xr-xtest/monitor-services2
1 files changed, 1 insertions, 1 deletions
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: