Update test script to decode Proxy entries
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 4 Jan 2010 02:49:29 +0000 (18:49 -0800)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 4 Jan 2010 02:49:29 +0000 (18:49 -0800)
test/list-services

index 83ae2a0..8105f61 100755 (executable)
@@ -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"]: