test: Add AvailableTechnologies to list-modems

This commit is contained in:
Alfonso Sanchez-Beato 2014-12-09 13:34:39 +01:00 committed by Denis Kenzior
parent 5210b85c22
commit e1cbc5c5ea
1 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,8 @@ for path, properties in modems:
"PreferredLanguages",
"PrimaryContexts",
"LockedPins",
"Features"]:
"Features",
"AvailableTechnologies"]:
val = ""
for i in properties[key]:
val += i + " "