[libvirt] [PATCH] domaincapstest: Run cleanly on systems missing OVMF firmware

2014-09-17 Thread Michal Privoznik
As of f05b6a918e28 the test produces the list of paths that can be passed to loader/ and libvirt knows about them. However, during the process of generating the list the paths are checked for their presence. This may produce different results on different systems. Therefore, the path - if missing

Re: [libvirt] [PATCH] domaincapstest: Run cleanly on systems missing OVMF firmware

2014-09-17 Thread Martin Kletzander
On Wed, Sep 17, 2014 at 05:32:03PM +0200, Michal Privoznik wrote: As of f05b6a918e28 the test produces the list of paths that can be passed to loader/ and libvirt knows about them. However, during the process of generating the list the paths are checked for their presence. This may produce

Re: [libvirt] [PATCH] domaincapstest: Run cleanly on systems missing OVMF firmware

2014-09-17 Thread Michal Privoznik
On 17.09.2014 17:40, Martin Kletzander wrote: On Wed, Sep 17, 2014 at 05:32:03PM +0200, Michal Privoznik wrote: As of f05b6a918e28 the test produces the list of paths that can be passed to loader/ and libvirt knows about them. However, during the process of generating the list the paths are