-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix fiotest failure due to package dependency. #2922
Fix fiotest failure due to package dependency. #2922
Conversation
nvdimm related packages are not getting installed for sles as they are under else condition, moved them out of else condition and added cmake and gcc-c++ dependent packages as compilation was failing due to missing packages. Signed-off-by: Pavithra <[email protected]>
RHEL: without fix: [root@ltcden14-lp2 disk]# avocado run --max-parallel-tasks=1 /root/avocado-fvt-wrapper/tests/avocado-misc-tests/io/disk/fiotest.py -m /root/avocado-fvt-wrapper/tests/avocado-misc-tests/io/disk/fiotest.py.data/fio-pmem.yaml with fix: [root@ltcden14-lp2 ~]# avocado run --max-parallel-tasks=1 /root/avocado-fvt-wrapper/tests/avocado-misc-tests/io/disk/fiotest.py -m /root/avocado-fvt-wrapper/tests/avocado-misc-tests/io/disk/fiotest.py.data/fio-pmem.yaml |
SLES: without fix: wrapper/tests/avocado-misc-tests/io/disk/fiotest.py.data/fio-pmem.yamlocado-fvt-w Test summary: withfix: localhost:~/avocado-fvt-wrapper/tests/avocado-misc-tests/io/disk # Test summary: On SLES there is a new error "No such file or directory: 'lvdisplay' (lvdisplay avocado_vg): 'lvdisplay" but package dependency error will be fixed by this patch |
33acc14
into
avocado-framework-tests:master
nvdimm related packages are not getting installed for sles as they are under else condition, moved them out of else condition and added cmake and gcc-c++ dependent packages as compilation was failing due to missing packages.