mirror of https://gitee.com/openkylin/libvirt.git
tests: Use domaincapsmock in qemucapabilitiestest
This doesn't change anything at the moment, but is necessary for the upcoming fix. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Christophe de Dinechin <dinechin@redhat.com> Tested-by: Christophe de Dinechin <dinechin@redhat.com>
This commit is contained in:
parent
377924ea08
commit
92cc65783e
|
@ -230,4 +230,5 @@ mymain(void)
|
|||
return (data.ret == 0) ? EXIT_SUCCESS : EXIT_FAILURE;
|
||||
}
|
||||
|
||||
VIR_TEST_MAIN(mymain)
|
||||
VIR_TEST_MAIN_PRELOAD(mymain,
|
||||
VIR_TEST_MOCK("domaincaps"))
|
||||
|
|
Loading…
Reference in New Issue