summaryrefslogtreecommitdiff
path: root/test/select-network
diff options
context:
space:
mode:
Diffstat (limited to 'test/select-network')
-rwxr-xr-xtest/select-network3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/select-network b/test/select-network
index e7491e8a..b5a0259f 100755
--- a/test/select-network
+++ b/test/select-network
@@ -20,6 +20,9 @@ for path in properties["Devices"]:
properties = device.GetProperties()
+ if (properties["Type"] != "wifi" and properties["Type"] != "wimax"):
+ continue;
+
print "[ %s ]" % (path)
for path in properties["Networks"]: