summaryrefslogtreecommitdiffstats
path: root/test/list-modems
diff options
context:
space:
mode:
authorBertrand Aygon <bertrand.aygon@intel.com>2011-08-05 15:21:15 +0200
committerDenis Kenzior <denkenz@gmail.com>2011-08-05 10:48:49 -0500
commitbdbcebbcabddbbb4b9eae193b8fd54062741072f (patch)
tree0d8bafdc93a067094158598ae939d03d673a62ba /test/list-modems
parentd85290ae6a1f99bc4a87fb64f76b05468055f11b (diff)
downloadofono-bdbcebbcabddbbb4b9eae193b8fd54062741072f.tar.bz2
test: update list-modem with DataStrength property
Diffstat (limited to 'test/list-modems')
-rwxr-xr-xtest/list-modems3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/list-modems b/test/list-modems
index 662a3c76..09949b7b 100755
--- a/test/list-modems
+++ b/test/list-modems
@@ -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)) +