Actions
action #129325
closed[qe-core]migrate mau-qa_acceptance_fs_stress from qa_run
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Enhancement to existing tests
Target version:
Start date:
Due date:
% Done:
0%
Estimated time:
Difficulty:
Description
Observation¶
One more QA-RUN test that we should have removed long time ago.
Other than finding the issue, we should convert this test to a 'normal' one instead of using qe-run
Updated by rfan1 over 1 year ago
- Copied from action #129322: [qe-core]migrate mau-qa_userspace_bash from qa_run added
Updated by rfan1 over 1 year ago
- Copied from deleted (action #129322: [qe-core]migrate mau-qa_userspace_bash from qa_run)
Updated by rfan1 over 1 year ago
# rpm -ql qa_test_fs_stress-0.1-qa.171.1.noarch
/usr/lib/ctcs2
/usr/lib/ctcs2/tcf
/usr/lib/ctcs2/tcf/fs_stress.tcf
/usr/share/doc/packages/qa_test_fs_stress
/usr/share/doc/packages/qa_test_fs_stress/COPYING
/usr/share/man/man8/qa_test_fs_stress.8.gz
/usr/share/qa
/usr/share/qa/tcf
/usr/share/qa/tcf/fs_stress.tcf
/usr/share/qa/tools
/usr/share/qa/tools/file_copy
/usr/share/qa/tools/test_fs_stress-run
I can find the final test scripts point to:
timer 18000
fg 1 file_copy_100 /usr/share/qa/tools/file_copy -j 50 -i 5 -s 100
wait
timer 18000
fg 1 file_copy_500 /usr/share/qa/tools/file_copy -j 20 -i 5 -s 500
wait
timer 18000
fg 1 file_copy_5000 /usr/share/qa/tools/file_copy -j 4 -i 5 -s 5000
wait
We can re-use this script to do file copy tests.
Updated by rfan1 over 1 year ago
- Status changed from New to In Progress
I would suggest to remove the test as well!
file copy tests should be covered by kernel/filesystem tests as well.
Updated by rfan1 over 1 year ago
- Status changed from In Progress to Feedback
Actions