Lines Matching refs:Env
34 from testenv import Env, CurlClient, VsFTPD
40 @pytest.mark.skipif(condition=not Env.has_vsftpd(), reason="missing vsftpd")
81 def test_31_01_list_dir(self, env: Env, vsftpds: VsFTPD, repeat): argument
93 def test_31_02_download_1(self, env: Env, vsftpds: VsFTPD, docname, repeat): argument
105 def test_31_03_download_10_serial(self, env: Env, vsftpds: VsFTPD, docname, repeat): argument
117 def test_31_04_download_10_parallel(self, env: Env, vsftpds: VsFTPD, docname, repeat): argument
131 def test_31_05_upload_1(self, env: Env, vsftpds: VsFTPD, docname, repeat): argument
147 @pytest.mark.skipif(condition=not Env.tcpdump(), reason="tcpdump not available")
148 def test_31_06_shutdownh_download(self, env: Env, vsftpds: VsFTPD, repeat): argument
160 @pytest.mark.skipif(condition=not Env.tcpdump(), reason="tcpdump not available")
161 def test_31_07_shutdownh_upload(self, env: Env, vsftpds: VsFTPD, repeat): argument
175 def test_31_08_upload_ascii(self, env: Env, vsftpds: VsFTPD): argument
197 def test_31_08_active_download(self, env: Env, vsftpds: VsFTPD): argument
209 def test_31_09_active_upload(self, env: Env, vsftpds: VsFTPD): argument
226 def test_31_10_upload_stdin(self, env: Env, vsftpds: VsFTPD, indata): argument