summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-manager3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test-manager b/test/test-manager
index 814f7ead..db9c12af 100755
--- a/test/test-manager
+++ b/test/test-manager
@@ -62,7 +62,8 @@ def print_properties(key, value):
for key in properties.keys():
if key in ["Profiles", "Devices", "Connections", "Services"]:
print_properties(key, properties[key])
- elif key in ["AvailableTechnologies", "EnabledTechnologies"]:
+ elif key in ["AvailableTechnologies", "EnabledTechnologies",
+ "ConnectedTechnologies"]:
print "%s" % (key)
list = ""
for val in properties[key]: