action #13174
Updated by SLindoMansilla almost 5 years ago
## Test case - Install vsftpd and some ftp client - Configure various ftp scenarios as described in QAM test reports testreports (ssl, non-ssl, with users, anonymous) - For each scenario verify uploading and downloading of files works - Try some unprivileged unpriviledged access over ftp to verify there is no bug in regexp matching filters in vsftpd (as per last vsftpd update testreport) ## Existing test module ```perl elsif (get_var('QAM_VSFTPD')) { set_var('INSTALLONLY', 1); if (check_var('HOSTNAME', 'server')) { barrier_create('VSFTPD_SUITE_READY', 2); barrier_create('VSFTPD_FINISHED', 2); } boot_hdd_image; loadtest 'network/setup_multimachine'; loadtest 'network/vsftpd'; } ``` ## Task Add existing test module **network/vsftpd** in a test suite in functional job group. (extra_tests_textmode)