test: update list-modem with DataStrength property

This commit is contained in:
Bertrand Aygon 2011-08-05 15:21:15 +02:00 committed by Denis Kenzior
parent d85290ae6a
commit bdbcebbcab
1 changed files with 2 additions and 1 deletions

View File

@ -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)) +