diff options
Diffstat (limited to 'test/list-services')
-rwxr-xr-x | test/list-services | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/list-services b/test/list-services index bd962377..a8940921 100755 --- a/test/list-services +++ b/test/list-services @@ -38,7 +38,7 @@ for path in properties["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"]: |