summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/list-modems2
-rwxr-xr-xtest/monitor-ofono2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/list-modems b/test/list-modems
index 154b93e3..191743bc 100755
--- a/test/list-modems
+++ b/test/list-modems
@@ -18,7 +18,7 @@ for path in properties["Modems"]:
print "[ %s ]" % (path)
for key in properties.keys():
- if key in ["Interfaces"]:
+ if key in ["Interfaces", "Features"]:
val = ""
for i in properties[key]:
val += i + " "
diff --git a/test/monitor-ofono b/test/monitor-ofono
index 0335fcd4..3b1e1623 100755
--- a/test/monitor-ofono
+++ b/test/monitor-ofono
@@ -7,7 +7,7 @@ import dbus.mainloop.glib
def property_changed(name, value, path, interface):
iface = interface[interface.rfind(".") + 1:]
- if name in ["Modems", "Interfaces",
+ if name in ["Modems", "Interfaces", "Features",
"Technologies",
"SubscriberNumbers",
"Operators",