Lines Matching refs:Env
34 from testenv import Env, CurlClient, VsFTPD
40 @pytest.mark.skipif(condition=not Env.has_vsftpd(), reason="missing vsftpd")
74 def test_30_01_list_dir(self, env: Env, vsftpd: VsFTPD, repeat): argument
86 def test_30_02_download_1(self, env: Env, vsftpd: VsFTPD, docname, repeat): argument
98 def test_30_03_download_10_serial(self, env: Env, vsftpd: VsFTPD, docname, repeat): argument
110 def test_30_04_download_10_parallel(self, env: Env, vsftpd: VsFTPD, docname, repeat): argument
124 def test_30_05_upload_1(self, env: Env, vsftpd: VsFTPD, docname, repeat): argument
140 @pytest.mark.skipif(condition=not Env.tcpdump(), reason="tcpdump not available")
141 def test_30_06_shutdownh_download(self, env: Env, vsftpd: VsFTPD, repeat): argument
152 @pytest.mark.skipif(condition=not Env.tcpdump(), reason="tcpdump not available")
153 def test_30_07_shutdownh_upload(self, env: Env, vsftpd: VsFTPD, repeat): argument
166 def test_30_08_active_download(self, env: Env, vsftpd: VsFTPD): argument
178 def test_30_09_active_upload(self, env: Env, vsftpd: VsFTPD): argument