Description of problem: hyperv-testdev device test via kvm-unit-tests failed Version-Release number of selected component (if applicable): host: kernel-4.18.0-114.el8.x86_64 qemu-kvm-4.0.0-5.module+el8.1.0+3622+5812d9bf.x86_64 seabios-bin-1.11.1-4.module+el8.1.0+3531+2918145b.noarch How reproducible: 6/6 Steps to Reproduce: 1. clone the kvm-unit-test and do configuration # git clone git://git.kernel.org/pub/scm/virt/kvm/kvm-unit-tests.git # cd kvm-unit-tests # ./configure # make 2. Execute the test only related with Hyper-V Enlightenment [kvm-unit-tests]# ./x86/run ./x86/hyper_synic.flat -cpu SandyBridge-IBRS,hv_stimer,hv_synic,hv_time,hv_relaxed,hv_vpindex,hv_ipi,hv_spinlocks=0xfff,hv_vapic,hv_tlbflush,hv_reset,hv_crash -device hyperv-testdev failed with error: qemu: could not load kernel './x86/hyper_synic.flat': No such file or directory 3. Or run all tests [kvm-unit-tests]# ./run_tests.sh failed with message: FAIL hyperv_synic (terminated on SIGABRT) FAIL hyperv_connections (terminated on SIGABRT) FAIL hyperv_stimer (terminated on SIGABRT) PASS hyperv_clock PASS intel_iommu (11 tests) Actual results: Test failed Expected results: Test can pass without error Additional info:
Setting ITR=8.1.0 since Priority=High, but please review and change, if you don't think this needs to be addressed in RHEL-AV 8.1.0.
(In reply to liunana from comment #0) > 2. Execute the test only related with Hyper-V Enlightenment > [kvm-unit-tests]# ./x86/run ./x86/hyper_synic.flat -cpu > SandyBridge-IBRS,hv_stimer,hv_synic,hv_time,hv_relaxed,hv_vpindex,hv_ipi, > hv_spinlocks=0xfff,hv_vapic,hv_tlbflush,hv_reset,hv_crash -device > hyperv-testdev > > failed with error: > qemu: could not load kernel './x86/hyper_synic.flat': No such file or > directory You have a typo: it should by 'hyperv_synic.flat', not 'hyper_synic.flat'. > > 3. Or run all tests > [kvm-unit-tests]# ./run_tests.sh > > failed with message: > FAIL hyperv_synic (terminated on SIGABRT) > FAIL hyperv_connections (terminated on SIGABRT) > FAIL hyperv_stimer (terminated on SIGABRT) > PASS hyperv_clock > PASS intel_iommu (11 tests) This is known as https://bugzilla.redhat.com/show_bug.cgi?id=1668573 *** This bug has been marked as a duplicate of bug 1668573 ***
Since it is CANTFIX bug mark it as "qe_test_coverage -".