Lines Matching refs:args
182 def run_curlwrap_tool(args, exp_http_code):
183 cmd = subprocess.Popen(args,
304 args = [curlwrap_tool, '-p', '-v', '-s', sock_path]
306 args.extend(['http://localhost/secrets/%s' % skey, svalue])
307 run_curlwrap_tool(args, 200)
316 args = [curlwrap_tool, '-g', '-v', '-s', sock_path]
318 args.extend(['http://localhost/secrets/%s' % skey])
319 output = run_curlwrap_tool(args, 200)
324 args = [curlwrap_tool, '-d', '-v', '-s', sock_path]
326 args.extend(['http://localhost/secrets/%s' % skey])
327 output = run_curlwrap_tool(args, 200)