test: update list-modem with DataStrength property
authorBertrand Aygon <bertrand.aygon@intel.com>
Fri, 5 Aug 2011 13:21:15 +0000 (15:21 +0200)
committerDenis Kenzior <denkenz@gmail.com>
Fri, 5 Aug 2011 15:48:49 +0000 (10:48 -0500)
test/list-modems

index 662a3c7..09949b7 100755 (executable)
@@ -52,7 +52,8 @@ for path, properties in modems:
                                                "VoicemailMessageCount",
                                                "MicrophoneVolume",
                                                "SpeakerVolume",
-                                               "Strength"]:
+                                               "Strength",
+                                               "DataStrength"]:
                                val = int(properties[key])
                        elif key in ["MainMenu"]:
                                val = ", ".join([ text + " (" + str(int(icon)) +