Lines Matching refs:self

42     def _class_scope(self, env, httpd, nghttpx_fwd):  argument
53 def get_tunnel_proto_used(self, r: ExecResult): argument
62 def test_10_01_proxy_http(self, env: Env, httpd, repeat): argument
73 def test_10_02_proxys_down(self, env: Env, httpd, proto, repeat): argument
94 def test_10_02_proxys_up(self, env: Env, httpd, nghttpx, proto, argument
113 def test_10_03_proxytunnel_http(self, env: Env, httpd, repeat): argument
125 def test_10_04_proxy_https(self, env: Env, httpd, nghttpx_fwd, repeat): argument
136 def test_10_05_proxytunnel_http(self, env: Env, httpd, proto, repeat): argument
151 def test_10_06_proxytunnel_https(self, env: Env, httpd, nghttpx_fwd, proto, tunnel, repeat): argument
161 assert self.get_tunnel_proto_used(r) == 'HTTP/2' \
177 def test_10_07_pts_down_small(self, env: Env, httpd, nghttpx_fwd, proto, argument
189 assert self.get_tunnel_proto_used(r) == 'HTTP/2' \
207 def test_10_08_upload_seq_large(self, env: Env, httpd, nghttpx, proto, argument
218 assert self.get_tunnel_proto_used(r) == 'HTTP/2' \
230 def test_10_09_reuse_ser(self, env: Env, httpd, nghttpx_fwd, tunnel, repeat): argument
240 assert self.get_tunnel_proto_used(r) == 'HTTP/2' \
253 def test_10_10_reuse_proxy(self, env: Env, httpd, nghttpx_fwd, tunnel, repeat): argument
263 assert self.get_tunnel_proto_used(r1) == 'HTTP/2' \
278 def test_10_11_noreuse_proxy_https(self, env: Env, httpd, nghttpx_fwd, tunnel, repeat): argument
288 assert self.get_tunnel_proto_used(r1) == 'HTTP/2' \
304 def test_10_12_noreuse_proxy_http(self, env: Env, httpd, nghttpx_fwd, tunnel, repeat): argument
314 assert self.get_tunnel_proto_used(r1) == 'HTTP/2' \
330 def test_10_13_noreuse_https(self, env: Env, httpd, nghttpx_fwd, tunnel, repeat): argument
340 assert self.get_tunnel_proto_used(r1) == 'HTTP/2' \
357 def test_10_14_proxys_ip_addr(self, env: Env, httpd, proto, repeat): argument