]> xenbits.xensource.com Git - libvirt.git/commit
domaincapstest: Run cleanly on systems missing OVMF firmware
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 17 Sep 2014 15:17:03 +0000 (17:17 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 17 Sep 2014 15:42:47 +0000 (17:42 +0200)
commitb3f42da6b77644107bcbaf720d7ed9cef5c798a2
treef35cb84be7c57c7bb1c1403a3262348b48f6d479
parentbd9ad91a4036649645fffb1598213339263478de
domaincapstest: Run cleanly on systems missing OVMF firmware

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 - is
added to pretend it's there.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
tests/domaincapstest.c