Lines Matching refs:Env

33 from testenv import Env, CurlClient, ExecResult
62 def test_10_01_proxy_http(self, env: Env, httpd, repeat): argument
70 @pytest.mark.skipif(condition=not Env.curl_has_feature('HTTPS-proxy'),
73 def test_10_02_proxys_down(self, env: Env, httpd, proto, repeat): argument
85 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
92 @pytest.mark.skipif(condition=not Env.have_nghttpx(),
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
122 @pytest.mark.skipif(condition=not Env.curl_has_feature('HTTPS-proxy'),
124 @pytest.mark.skipif(condition=not Env.have_nghttpx(), reason="no nghttpx available")
125 def test_10_04_proxy_https(self, env: Env, httpd, nghttpx_fwd, repeat): argument
135 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
136 def test_10_05_proxytunnel_http(self, env: Env, httpd, proto, repeat): argument
146 @pytest.mark.skipif(condition=not Env.curl_has_feature('HTTPS-proxy'),
150 @pytest.mark.skipif(condition=not Env.have_nghttpx(), reason="no nghttpx available")
151 def test_10_06_proxytunnel_https(self, env: Env, httpd, nghttpx_fwd, proto, tunnel, repeat): argument
168 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
176 @pytest.mark.skipif(condition=not Env.have_nghttpx(), reason="no nghttpx available")
177 def test_10_07_pts_down_small(self, env: Env, httpd, nghttpx_fwd, proto, argument
198 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
206 @pytest.mark.skipif(condition=not Env.have_nghttpx(), reason="no nghttpx available")
207 def test_10_08_upload_seq_large(self, env: Env, httpd, nghttpx, proto, argument
227 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
229 @pytest.mark.skipif(condition=not Env.have_nghttpx(), reason="no nghttpx available")
230 def test_10_09_reuse_ser(self, env: Env, httpd, nghttpx_fwd, tunnel, repeat): argument
250 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
252 @pytest.mark.skipif(condition=not Env.have_nghttpx(), reason="no nghttpx available")
253 def test_10_10_reuse_proxy(self, env: Env, httpd, nghttpx_fwd, tunnel, repeat): argument
274 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
276 @pytest.mark.skipif(condition=not Env.have_nghttpx(), reason="no nghttpx available")
277 …@pytest.mark.skipif(condition=not Env.curl_uses_lib('openssl'), reason="tls13-ciphers not supporte…
278 def test_10_11_noreuse_proxy_https(self, env: Env, httpd, nghttpx_fwd, tunnel, repeat): argument
300 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
302 @pytest.mark.skipif(condition=not Env.have_nghttpx(), reason="no nghttpx available")
303 …@pytest.mark.skipif(condition=not Env.curl_uses_lib('openssl'), reason="tls13-ciphers not supporte…
304 def test_10_12_noreuse_proxy_http(self, env: Env, httpd, nghttpx_fwd, tunnel, repeat): argument
326 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
328 @pytest.mark.skipif(condition=not Env.have_nghttpx(), reason="no nghttpx available")
329 …@pytest.mark.skipif(condition=not Env.curl_uses_lib('openssl'), reason="tls13-ciphers not supporte…
330 def test_10_13_noreuse_https(self, env: Env, httpd, nghttpx_fwd, tunnel, repeat): argument
353 @pytest.mark.skipif(condition=not Env.curl_has_feature('HTTPS-proxy'),
355 …@pytest.mark.skipif(condition=Env.curl_uses_lib('bearssl'), reason="ip address cert verification n…
357 def test_10_14_proxys_ip_addr(self, env: Env, httpd, proto, repeat): argument