Lines Matching refs:env
40 def _class_scope(self, env, httpd, nghttpx): argument
41 if env.have_h3():
47 def _class_scope(self, env, httpd): argument
49 env.make_data_file(indir=indir, fname="data-10k", fsize=10*1024)
50 env.make_data_file(indir=indir, fname="data-100k", fsize=100*1024)
51 env.make_data_file(indir=indir, fname="data-1m", fsize=1024*1024)
56 def test_19_01_check_tcp_rst(self, env: Env, httpd, repeat, proto):
57 if env.ci_run:
59 curl = CurlClient(env=env)
71 def test_19_02_check_shutdown(self, env: Env, httpd, repeat, proto):
72 if not env.curl_is_debug():
74 curl = CurlClient(env=env, run_env={
88 def test_19_03_shutdown_by_server(self, env: Env, httpd, repeat, proto):
89 if not env.curl_is_debug():
92 curl = CurlClient(env=env, run_env={
107 def test_19_04_shutdown_by_curl(self, env: Env, httpd, proto, repeat):
108 if not env.curl_is_debug():
113 client = LocalClient(name='hx-download', env=env, run_env={
130 def test_19_05_event_shutdown_by_server(self, env: Env, httpd, proto, repeat):
131 if not env.curl_is_debug():
134 curl = CurlClient(env=env, run_env={
158 def test_19_06_check_shutdown(self, env: Env, httpd, nghttpx, repeat, proto):
159 if proto == 'h3' and not env.have_h3():
161 if not env.curl_is_debug():
163 curl = CurlClient(env=env, run_env={