Lines Matching refs:env
40 def _class_scope(self, env, httpd, nghttpx): argument
41 if env.have_h3():
43 env.make_data_file(indir=env.gen_dir, fname="data-10m", fsize=10*1024*1024)
49 def test_14_01_digest_get_noauth(self, env: Env, httpd, nghttpx, repeat, proto):
50 if proto == 'h3' and not env.have_h3():
52 curl = CurlClient(env=env)
59 def test_14_02_digest_get_auth(self, env: Env, httpd, nghttpx, repeat, proto):
60 if proto == 'h3' and not env.have_h3():
62 curl = CurlClient(env=env)
71 def test_14_03_digest_put_auth(self, env: Env, httpd, nghttpx, repeat, proto):
72 if proto == 'h3' and not env.have_h3():
75 curl = CurlClient(env=env)
84 def test_14_04_digest_large_pw(self, env: Env, httpd, nghttpx, repeat, proto):
85 if proto == 'h3' and not env.have_h3():
89 curl = CurlClient(env=env)
101 def test_14_05_basic_large_pw(self, env: Env, httpd, nghttpx, repeat, proto):
102 if proto == 'h3' and not env.have_h3():
104 if proto == 'h3' and not env.curl_uses_lib('ngtcp2'):
109 fdata = os.path.join(env.gen_dir, 'data-10m')
110 curl = CurlClient(env=env)
121 def test_14_06_basic_very_large_pw(self, env: Env, httpd, nghttpx, repeat, proto):
122 if proto == 'h3' and not env.have_h3():
124 if proto == 'h3' and env.curl_uses_lib('quiche'):
128 fdata = os.path.join(env.gen_dir, 'data-10m')
129 curl = CurlClient(env=env)