<p dir="ltr">We should also have more el7 hypervisors now so if needed we can use them instead. </p>
<p dir="ltr">We can reinstall the fc23 as el7 if we don't need specifically fedora hosts </p>
<div class="gmail_quote">On Apr 13, 2016 11:09 AM, "David Caro" <<a href="mailto:dcaro@redhat.com">dcaro@redhat.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 04/12 18:16, Sandro Bonazzola wrote:<br>
> Hi,<br>
> Project vdsm_master_check-merged-el7-x86_64 failing consistently at least<br>
> since April 7.<br>
><br>
> *00:15:04.646* * Starting VM vdsm_functional_tests_host-fc23:<br>
> *00:15:04.649* libvirt: QEMU Driver error : Cannot check QEMU binary<br>
> /usr/libexec/qemu-kvm: No such file or directory<br>
><br>
><br>
> Please fix functional test ASAP.<br>
><br>
> CC infra so they're aware of the issue as well.<br>
<br>
That's caused by the tests when they run el* chroot on top of fedora* host, it<br>
can be easily fixed with this snippet running on the automation/* scripts (extracted from the lago ones):<br>
<br>
# Ugly fix to be able to run el* on fc*<br>
if ! [[ -e /usr/bin/qemu-kvm ]]; then<br>
ln -s /usr/libexec/qemu-kvm /usr/bin/qemu-kvm<br>
fi<br>
<br>
<br>
><br>
> --<br>
> Sandro Bonazzola<br>
> Better technology. Faster innovation. Powered by community collaboration.<br>
> See how it works at <a href="http://redhat.com" rel="noreferrer" target="_blank">redhat.com</a><br>
<br>
> _______________________________________________<br>
> Infra mailing list<br>
> <a href="mailto:Infra@ovirt.org">Infra@ovirt.org</a><br>
> <a href="http://lists.ovirt.org/mailman/listinfo/infra" rel="noreferrer" target="_blank">http://lists.ovirt.org/mailman/listinfo/infra</a><br>
<br>
<br>
--<br>
David Caro<br>
<br>
Red Hat S.L.<br>
Continuous Integration Engineer - EMEA ENG Virtualization R&D<br>
<br>
Tel.: <a href="tel:%2B420%20532%20294%20605" value="+420532294605">+420 532 294 605</a><br>
Email: <a href="mailto:dcaro@redhat.com">dcaro@redhat.com</a><br>
IRC: dcaro|dcaroest@{freenode|oftc|redhat}<br>
Web: <a href="http://www.redhat.com" rel="noreferrer" target="_blank">www.redhat.com</a><br>
RHT Global #: 82-62605<br>
<br>_______________________________________________<br>
Devel mailing list<br>
<a href="mailto:Devel@ovirt.org">Devel@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.ovirt.org/mailman/listinfo/devel</a><br></blockquote></div>