test: Add AvailableTechnologies to list-modems
authorAlfonso Sanchez-Beato <alfonso.sanchez-beato@canonical.com>
Tue, 9 Dec 2014 12:34:39 +0000 (13:34 +0100)
committerDenis Kenzior <denkenz@gmail.com>
Wed, 10 Dec 2014 17:03:16 +0000 (11:03 -0600)
test/list-modems

index b9f510a..a163791 100755 (executable)
@@ -40,7 +40,8 @@ for path, properties in modems:
                                        "PreferredLanguages",
                                        "PrimaryContexts",
                                        "LockedPins",
-                                       "Features"]:
+                                       "Features",
+                                       "AvailableTechnologies"]:
                                val = ""
                                for i in properties[key]:
                                        val += i + " "