projects
/
profile
/
ivi
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b4007c
)
Add decoding of IPv6 properties for get-services test script
author
Marcel Holtmann
<marcel@holtmann.org>
Fri, 30 Jul 2010 04:50:10 +0000
(21:50 -0700)
committer
Marcel Holtmann
<marcel@holtmann.org>
Fri, 30 Jul 2010 04:50:10 +0000
(21:50 -0700)
test/get-services
patch
|
blob
|
history
diff --git
a/test/get-services
b/test/get-services
index
1afebc5
..
cfce68d
100755
(executable)
--- a/
test/get-services
+++ b/
test/get-services
@@
-31,7
+31,9
@@
for entry in services:
print "[ %s ]" % (path)
for key in properties.keys():
- if key in ["IPv4", "IPv4.Configuration", "Proxy", "Ethernet"]:
+ if key in ["IPv4", "IPv4.Configuration",
+ "IPv6", "IPv6.Configuration",
+ "Proxy", "Ethernet"]:
val = extract_values(properties[key])
elif key in ["Nameservers", "Nameservers.Configuration",
"Domains", "Domains.Configuration"]: