summaryrefslogtreecommitdiff
path: root/test/get-services
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2010-08-02 19:24:59 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2010-08-02 19:24:59 +0200
commit92f2e80a211396981a276e170c958520a6636853 (patch)
tree1eac91ae21c72402478dcd1f3d881f8522cb5ba2 /test/get-services
parent975eb084b25466f54bc86ebba2fddbcb9b156ad1 (diff)
downloadconnman-92f2e80a211396981a276e170c958520a6636853.tar.gz
Update test scripts for the new provider interface
Diffstat (limited to 'test/get-services')
-rwxr-xr-xtest/get-services3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/get-services b/test/get-services
index cfce68d5..d337e0ca 100755
--- a/test/get-services
+++ b/test/get-services
@@ -33,7 +33,8 @@ for entry in services:
for key in properties.keys():
if key in ["IPv4", "IPv4.Configuration",
"IPv6", "IPv6.Configuration",
- "Proxy", "Ethernet"]:
+ "Proxy", "Ethernet",
+ "Provider"]:
val = extract_values(properties[key])
elif key in ["Nameservers", "Nameservers.Configuration",
"Domains", "Domains.Configuration"]: