summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-12-28 09:15:43 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-12-28 09:15:43 +0100
commitc2afe171cceb352419c379bc2c713931960a7549 (patch)
tree311a12556f77cab906879609ebd5d0d63baf6233 /test
parent51e0e521dc0e141716ba1e790ee441df8582655a (diff)
downloadconnman-c2afe171cceb352419c379bc2c713931960a7549.tar.gz
connman-c2afe171cceb352419c379bc2c713931960a7549.tar.bz2
connman-c2afe171cceb352419c379bc2c713931960a7549.zip
Add cellular type to device's network list
Diffstat (limited to 'test')
-rwxr-xr-xtest/list-networks3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/list-networks b/test/list-networks
index d8958fb2..8b1ade1c 100755
--- a/test/list-networks
+++ b/test/list-networks
@@ -25,7 +25,8 @@ for path in properties["Devices"]:
properties = device.GetProperties()
- if properties["Type"] not in ["wifi", "wimax", "bluetooth"]:
+ if properties["Type"] not in ["wifi", "wimax",
+ "bluetooth", "cellular"]:
continue;
print "[ %s ]" % (path)