Lines Matching refs:httpd

44     def _class_scope(self, env, httpd, nghttpx):  argument
47 httpd.clear_extra_configs()
48 httpd.reload()
51 def _class_scope(self, env, httpd): argument
52 indir = httpd.docs_dir
61 def test_02_01_download_1(self, env: Env, httpd, nghttpx, repeat, proto): argument
71 def test_02_02_download_2(self, env: Env, httpd, nghttpx, repeat, proto): argument
82 httpd, nghttpx, repeat, proto): argument
94 httpd, nghttpx, repeat, proto): argument
115 httpd, nghttpx, repeat, proto): argument
135 httpd, nghttpx, repeat, proto): argument
150 httpd, nghttpx, repeat, proto): argument
169 httpd, nghttpx, repeat, proto): argument
185 httpd, nghttpx, repeat, proto): argument
196 httpd, nghttpx, repeat, proto): argument
211 httpd, nghttpx, repeat, proto): argument
224 httpd, nghttpx, repeat, proto): argument
239 httpd, nghttpx, repeat, proto): argument
252 httpd, nghttpx, repeat, proto): argument
264 def test_02_14_not_found(self, env: Env, httpd, nghttpx, repeat, proto): argument
280 def test_02_15_fail_not_found(self, env: Env, httpd, nghttpx, repeat, proto): argument
297 def test_02_20_h2_small_frames(self, env: Env, httpd, repeat): argument
303 httpd.set_extra_config(env.domain1, lines=[
306 assert httpd.stop()
307 if not httpd.start():
309 httpd.set_extra_config(env.domain1, lines=None)
310 assert httpd.start()
322 srcfile = os.path.join(httpd.docs_dir, 'data-1m')
325 httpd.set_extra_config(env.domain1, lines=None)
326 assert httpd.stop()
327 assert httpd.start()
332 def test_02_21_lib_serial(self, env: Env, httpd, nghttpx, proto, pause_offset, repeat): argument
345 srcfile = os.path.join(httpd.docs_dir, docname)
351 def test_02_22_lib_parallel_resume(self, env: Env, httpd, nghttpx, proto, pause_offset, repeat): argument
366 srcfile = os.path.join(httpd.docs_dir, docname)
371 def test_02_23a_lib_abort_paused(self, env: Env, httpd, nghttpx, proto, repeat): argument
394 srcfile = os.path.join(httpd.docs_dir, docname)
400 def test_02_23b_lib_abort_offset(self, env: Env, httpd, nghttpx, proto, repeat): argument
423 srcfile = os.path.join(httpd.docs_dir, docname)
429 def test_02_23c_lib_fail_offset(self, env: Env, httpd, nghttpx, proto, repeat): argument
452 srcfile = os.path.join(httpd.docs_dir, docname)
458 def test_02_24_speed_limit(self, env: Env, httpd, nghttpx, proto, repeat): argument
476 def test_02_25_h2_upgrade_x(self, env: Env, httpd, repeat): argument
493 def test_02_26_session_shared_reuse(self, env: Env, proto, httpd, nghttpx, repeat): argument
503 def test_02_27a_paused_no_cl(self, env: Env, httpd, nghttpx, proto, repeat): argument
512 def test_02_27b_paused_no_cl(self, env: Env, httpd, nghttpx, proto, repeat): argument
521 def test_02_27c_paused_no_cl(self, env: Env, httpd, nghttpx, proto, repeat): argument
529 def test_02_28_get_compressed(self, env: Env, httpd, nghttpx, repeat, proto): argument
557 def test_02_29_h2_lib_serial(self, env: Env, httpd, nghttpx, proto, pause_offset, repeat): argument
568 srcfile = os.path.join(httpd.docs_dir, docname)
572 def test_02_30_parallel_prior_knowledge(self, env: Env, httpd): argument
583 def test_02_31_parallel_upgrade(self, env: Env, httpd): argument