diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/list-networks | 3 |
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) |