Lines Matching refs:self
45 def _class_scope(self, env, httpd, nghttpx): argument
52 def _class_scope(self, env, httpd): argument
62 def test_02_01_download_1(self, env: Env, httpd, nghttpx, repeat, proto): argument
72 def test_02_02_download_2(self, env: Env, httpd, nghttpx, repeat, proto): argument
82 def test_02_03_download_sequential(self, env: Env, argument
94 def test_02_04_download_parallel(self, env: Env, argument
115 def test_02_05_download_many_sequential(self, env: Env, argument
135 def test_02_06_download_many_parallel(self, env: Env, argument
150 def test_02_07_download_reuse(self, env: Env, argument
169 def test_02_07b_download_reuse(self, env: Env, argument
183 def test_02_08_1MB_serial(self, env: Env, argument
194 def test_02_09_1MB_parallel(self, env: Env, argument
209 def test_02_10_10MB_serial(self, env: Env, argument
222 def test_02_11_10MB_parallel(self, env: Env, argument
237 def test_02_12_head_serial_https(self, env: Env, argument
250 def test_02_13_head_serial_h2c(self, env: Env, argument
263 def test_02_14_not_found(self, env: Env, httpd, nghttpx, repeat, proto): argument
279 def test_02_15_fail_not_found(self, env: Env, httpd, nghttpx, repeat, proto): argument
295 def test_02_20_h2_small_frames(self, env: Env, httpd, repeat): argument
321 self.check_downloads(curl, srcfile, count)
330 def test_02_21_lib_serial(self, env: Env, httpd, nghttpx, proto, pause_offset, repeat): argument
344 self.check_downloads(client, srcfile, count)
349 def test_02_22_lib_parallel_resume(self, env: Env, httpd, nghttpx, proto, pause_offset, repeat): argument
365 self.check_downloads(client, srcfile, count)
369 def test_02_23a_lib_abort_paused(self, env: Env, httpd, nghttpx, proto, repeat): argument
394 self.check_downloads(client, srcfile, count, complete=False)
398 def test_02_23b_lib_abort_offset(self, env: Env, httpd, nghttpx, proto, repeat): argument
423 self.check_downloads(client, srcfile, count, complete=False)
427 def test_02_23c_lib_fail_offset(self, env: Env, httpd, nghttpx, proto, repeat): argument
452 self.check_downloads(client, srcfile, count, complete=False)
456 def test_02_24_speed_limit(self, env: Env, httpd, nghttpx, proto, repeat): argument
474 def test_02_25_h2_upgrade_x(self, env: Env, httpd, repeat): argument
485 def test_02_26_session_shared_reuse(self, env: Env, proto, httpd, nghttpx, repeat): argument
495 def test_02_27a_paused_no_cl(self, env: Env, httpd, nghttpx, proto, repeat): argument
504 def test_02_27b_paused_no_cl(self, env: Env, httpd, nghttpx, proto, repeat): argument
513 def test_02_27c_paused_no_cl(self, env: Env, httpd, nghttpx, proto, repeat): argument
521 def test_02_28_get_compressed(self, env: Env, httpd, nghttpx, repeat, proto): argument
533 def check_downloads(self, client, srcfile: str, count: int, argument
549 def test_02_29_h2_lib_serial(self, env: Env, httpd, nghttpx, proto, pause_offset, repeat): argument
561 self.check_downloads(client, srcfile, count)
564 def test_02_30_parallel_prior_knowledge(self, env: Env, httpd): argument
575 def test_02_31_parallel_upgrade(self, env: Env, httpd, nghttpx): argument
590 def test_02_32_earlydata(self, env: Env, httpd, nghttpx, proto): argument
615 self.check_downloads(client, srcfile, count)