summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAlfonso Sanchez-Beato <alfonso.sanchez-beato@canonical.com>2014-12-09 13:34:39 +0100
committerDenis Kenzior <denkenz@gmail.com>2014-12-10 11:03:16 -0600
commite1cbc5c5ea9a4fd68562f0f55b2851d324069698 (patch)
tree422ddf01676a3e7222eda94dfec0df945ea66ce1 /test
parent5210b85c221121a0153286ed08c355a1d3c9b328 (diff)
downloadofono-e1cbc5c5ea9a4fd68562f0f55b2851d324069698.tar.bz2
test: Add AvailableTechnologies to list-modems
Diffstat (limited to 'test')
-rwxr-xr-xtest/list-modems3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/list-modems b/test/list-modems
index b9f510a8..a163791e 100755
--- a/test/list-modems
+++ b/test/list-modems
@@ -40,7 +40,8 @@ for path, properties in modems:
"PreferredLanguages",
"PrimaryContexts",
"LockedPins",
- "Features"]:
+ "Features",
+ "AvailableTechnologies"]:
val = ""
for i in properties[key]:
val += i + " "