Lines Matching refs:proxy
70 # Our proxy is served by the same Apache controller, but uses
129 # HTTP proxy.
132 self.pkg("set-publisher --proxy {proxy} "
137 proxy=self.proxyurl))
140 # Now try to use the bad proxy, ensuring that we cannot set
142 # proxy previously)
147 self.pkg("set-publisher --proxy {proxy} "
152 proxy=bad_proxyurl), exit=1)
154 # Set the bad proxy in the image, verify we can't refresh,
156 # good proxy.
157 self.pkg("set-publisher --no-refresh --proxy {proxy} "
162 proxy=bad_proxyurl), exit=0)