Lines Matching refs:self
45 def caddy(self, env): argument
51 def _make_docs_file(self, docs_dir: str, fname: str, fsize: int): argument
62 def _class_scope(self, env, caddy): argument
63 self._make_docs_file(docs_dir=caddy.docs_dir, fname='data10k.data', fsize=10*1024)
64 self._make_docs_file(docs_dir=caddy.docs_dir, fname='data1.data', fsize=1024*1024)
65 self._make_docs_file(docs_dir=caddy.docs_dir, fname='data5.data', fsize=5*1024*1024)
66 self._make_docs_file(docs_dir=caddy.docs_dir, fname='data10.data', fsize=10*1024*1024)
67 self._make_docs_file(docs_dir=caddy.docs_dir, fname='data100.data', fsize=100*1024*1024)
72 def test_08_01_download_1(self, env: Env, caddy: Caddy, repeat, proto): argument
84 def test_08_02_download_1mb_sequential(self, env: Env, caddy: Caddy, argument
98 def test_08_03_download_1mb_parallel(self, env: Env, caddy: Caddy, argument
121 def test_08_04a_download_10mb_sequential(self, env: Env, caddy: Caddy, argument
137 def test_08_04b_download_10mb_sequential(self, env: Env, caddy: Caddy, argument
153 def test_08_05_download_1mb_parallel(self, env: Env, caddy: Caddy, argument
177 def test_08_06_post_parallel(self, env: Env, httpd, caddy, repeat, proto): argument
196 def test_08_07_put_large(self, env: Env, httpd, caddy, repeat, proto): argument
214 def test_08_08_earlydata(self, env: Env, httpd, caddy, proto): argument
230 self.check_downloads(client, srcfile, count)
240 def check_downloads(self, client, srcfile: str, count: int, argument