test: Allow setting gateway for a static ip address.
[framework/connectivity/connman.git] / test / get-proxy-autoconfig
index 25e0dd0..a93605a 100755 (executable)
@@ -28,9 +28,10 @@ for entry in services:
                method = proxy["Method"]
                print "Method = %s" % (method)
 
-               if method in ["auto-config"]:
+               if method in ["auto"]:
                        url = proxy["URL"]
                        print "URL = %s" % (url)
-
                        print
                        get_pac(url)
+               else:
+                       print