Fix fiotest failure due to package dependency.#2922
Fix fiotest failure due to package dependency.#2922PraveenPenguin merged 1 commit intoavocado-framework-tests:masterfrom
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 <pavrampu@linux.vnet.ibm.com>
|
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.