summaryrefslogtreecommitdiff
path: root/test/monitor-connman
diff options
context:
space:
mode:
Diffstat (limited to 'test/monitor-connman')
-rwxr-xr-xtest/monitor-connman4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/monitor-connman b/test/monitor-connman
index 4d44519a..1fe85c7e 100755
--- a/test/monitor-connman
+++ b/test/monitor-connman
@@ -42,9 +42,7 @@ def extract(name, value):
val = int(value)
elif name in ["IPv4", "IPv6", "Ethernet", "Proxy" ]:
val = extract_values(value)
- elif name in ["Nameservers", "Domains", "Services",
- "Update", "Technologies", "AvailableTechnologies",
- "EnabledTechnologies", "ConnectedTechnologies" ]:
+ elif name in ["Nameservers", "Domains", "Services", "Technologies"]:
val = extract_list(value)
else:
val = str(value)