summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-11-29 23:18:56 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-11-29 23:18:56 +0100
commit5b7d0ea99e30cc67acb1a08cd1b71d44f3e3fc9b (patch)
tree405baa6f1581ee9aaa90d1c9a782d2e8ecb3b600 /test
parent5e831c9c438a6db3dbaac424f50d4017bece7cd3 (diff)
downloadconnman-5b7d0ea99e30cc67acb1a08cd1b71d44f3e3fc9b.tar.gz
connman-5b7d0ea99e30cc67acb1a08cd1b71d44f3e3fc9b.tar.bz2
connman-5b7d0ea99e30cc67acb1a08cd1b71d44f3e3fc9b.zip
Use network details also for Ethernet devices
Diffstat (limited to 'test')
-rwxr-xr-xtest/list-networks4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/list-networks b/test/list-networks
index e8fb00a5..bf552c7c 100755
--- a/test/list-networks
+++ b/test/list-networks
@@ -26,8 +26,8 @@ for path in properties["Devices"]:
properties = device.GetProperties()
try:
- if properties["Type"] not in ["wifi", "wimax",
- "bluetooth", "cellular"]:
+ if properties["Type"] not in ["ethernet", "wifi", "wimax",
+ "bluetooth", "cellular"]:
continue
except:
continue