Lines Matching refs:env

42     def _class_scope(self, env, httpd, nghttpx_fwd):  argument
46 if env.have_nghttpx():
48 env.make_data_file(indir=env.gen_dir, fname="data-100k", fsize=100*1024)
49 env.make_data_file(indir=env.gen_dir, fname="data-10m", fsize=10*1024*1024)
62 def test_10_01_proxy_http(self, env: Env, httpd, repeat):
63 curl = CurlClient(env=env)
73 def test_10_02_proxys_down(self, env: Env, httpd, proto, repeat):
74 if proto == 'h2' and not env.curl_uses_lib('nghttp2'):
76 curl = CurlClient(env=env)
94 def test_10_02_proxys_up(self, env: Env, httpd, nghttpx, proto,
96 if proto == 'h2' and not env.curl_uses_lib('nghttp2'):
100 curl = CurlClient(env=env)
113 def test_10_03_proxytunnel_http(self, env: Env, httpd, repeat):
114 curl = CurlClient(env=env)
125 def test_10_04_proxy_https(self, env: Env, httpd, nghttpx_fwd, repeat):
126 curl = CurlClient(env=env)
136 def test_10_05_proxytunnel_http(self, env: Env, httpd, proto, repeat):
137 curl = CurlClient(env=env)
151 def test_10_06_proxytunnel_https(self, env: Env, httpd, nghttpx_fwd, proto, tunnel, repeat):
152 if tunnel == 'h2' and not env.curl_uses_lib('nghttp2'):
154 curl = CurlClient(env=env)
177 def test_10_07_pts_down_small(self, env: Env, httpd, nghttpx_fwd, proto,
179 if tunnel == 'h2' and not env.curl_uses_lib('nghttp2'):
182 curl = CurlClient(env=env)
207 def test_10_08_upload_seq_large(self, env: Env, httpd, nghttpx, proto,
209 if tunnel == 'h2' and not env.curl_uses_lib('nghttp2'):
213 curl = CurlClient(env=env)
230 def test_10_09_reuse_ser(self, env: Env, httpd, nghttpx_fwd, tunnel, repeat):
231 if tunnel == 'h2' and not env.curl_uses_lib('nghttp2'):
233 curl = CurlClient(env=env)
253 def test_10_10_reuse_proxy(self, env: Env, httpd, nghttpx_fwd, tunnel, repeat):
255 if tunnel == 'h2' and not env.curl_uses_lib('nghttp2'):
257 curl = CurlClient(env=env)
278 def test_10_11_noreuse_proxy_https(self, env: Env, httpd, nghttpx_fwd, tunnel, repeat):
280 curl = CurlClient(env=env)
281 if tunnel == 'h2' and not env.curl_uses_lib('nghttp2'):
304 def test_10_12_noreuse_proxy_http(self, env: Env, httpd, nghttpx_fwd, tunnel, repeat):
306 if tunnel == 'h2' and not env.curl_uses_lib('nghttp2'):
308 curl = CurlClient(env=env)
330 def test_10_13_noreuse_https(self, env: Env, httpd, nghttpx_fwd, tunnel, repeat):
332 if tunnel == 'h2' and not env.curl_uses_lib('nghttp2'):
334 curl = CurlClient(env=env)
357 def test_10_14_proxys_ip_addr(self, env: Env, httpd, proto, repeat):
358 if proto == 'h2' and not env.curl_uses_lib('nghttp2'):
360 curl = CurlClient(env=env)
365 if env.curl_uses_lib('mbedtls') and \
366 not env.curl_lib_version_at_least('mbedtls', '3.5.0'):