<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&#39;t need specifically fedora hosts </p>
<div class="gmail_quote">On Apr 13, 2016 11:09 AM, &quot;David Caro&quot; &lt;<a href="mailto:dcaro@redhat.com">dcaro@redhat.com</a>&gt; 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>
&gt; Hi,<br>
&gt;  Project vdsm_master_check-merged-el7-x86_64 failing consistently at least<br>
&gt; since April 7.<br>
&gt;<br>
&gt; *00:15:04.646*     * Starting VM vdsm_functional_tests_host-fc23:<br>
&gt; *00:15:04.649* libvirt: QEMU Driver error : Cannot check QEMU binary<br>
&gt; /usr/libexec/qemu-kvm: No such file or directory<br>
&gt;<br>
&gt;<br>
&gt; Please fix functional test ASAP.<br>
&gt;<br>
&gt; CC infra so they&#39;re aware of the issue as well.<br>
<br>
That&#39;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>
&gt;<br>
&gt; --<br>
&gt; Sandro Bonazzola<br>
&gt; Better technology. Faster innovation. Powered by community collaboration.<br>
&gt; See how it works at <a href="http://redhat.com" rel="noreferrer" target="_blank">redhat.com</a><br>
<br>
&gt; _______________________________________________<br>
&gt; Infra mailing list<br>
&gt; <a href="mailto:Infra@ovirt.org">Infra@ovirt.org</a><br>
&gt; <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&amp;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>