diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-11-29 23:18:56 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-11-29 23:18:56 +0100 |
commit | 5b7d0ea99e30cc67acb1a08cd1b71d44f3e3fc9b (patch) | |
tree | 405baa6f1581ee9aaa90d1c9a782d2e8ecb3b600 /test | |
parent | 5e831c9c438a6db3dbaac424f50d4017bece7cd3 (diff) | |
download | connman-5b7d0ea99e30cc67acb1a08cd1b71d44f3e3fc9b.tar.gz connman-5b7d0ea99e30cc67acb1a08cd1b71d44f3e3fc9b.tar.bz2 connman-5b7d0ea99e30cc67acb1a08cd1b71d44f3e3fc9b.zip |
Use network details also for Ethernet devices
Diffstat (limited to 'test')
-rwxr-xr-x | test/list-networks | 4 |
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 |