On Wed, Nov 26, 2014 at 05:40:21PM +0100, David Caro wrote:
On 11/26, Adam Litke wrote:
> On 26/11/14 11:21 -0500, Eyal Edri wrote:
> >You really need libvirt running just to build the rpms?
>
> The build runs functional tests which need libvirt.
We should separate the simple/fast tests (usually syntax checking)
from the functional tests, and the rpm building procedure.
That allows me to plan an handle properly each of them and buid them
whenever they are needed.
Is there a way to separate those three right now?
Can you pass
--define "with_check 0"
to mock? If you do, this would skip (all) checks during vdsm.rpm build
A guy named David sent the patch for that ;-)
Finer grain control requires more patches.