Actions
action #13174
closed[functional][u] ftp integration tests
Status:
Resolved
Priority:
High
Assignee:
Category:
New test
Target version:
SUSE QA (private) - Milestone 30
Start date:
Due date:
% Done:
100%
Estimated time:
42.00 h
Difficulty:
Description
Test case¶
- Install vsftpd and some ftp client
- Configure various ftp scenarios as described in QAM test reports (ssl, non-ssl, with users, anonymous)
- For each scenario verify uploading and downloading of files works
- Try some unprivileged access over ftp to verify there is no bug in regexp matching filters in vsftpd (as per last vsftpd update testreport)
Existing test module¶
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)
Actions