diff options
Diffstat (limited to 'test')
-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 83ae2a02..8105f61c 100755 --- a/test/list-services +++ b/test/list-services @@ -26,7 +26,7 @@ for path in properties["Services"]: print "[ %s ]" % (path) for key in properties.keys(): - if key in ["IPv4", "IPv4.Configuration", "Ethernet"]: + if key in ["IPv4", "IPv4.Configuration", "Proxy", "Ethernet"]: val = extract_values(properties[key]) elif key in ["Favorite", "Immutable", "AutoConnect", "SetupRequired", "PassphraseRequired"]: |