mirror of https://gitee.com/openkylin/libvirt.git
tests: qemuxml2xml: Use virdeterministichashmock.so
Block job related data will be stored in a has table and formatted into the status XML. Use the mock to guarantee stable tests. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
a9621831a3
commit
058f99d8fb
|
@ -1305,7 +1305,8 @@ mymain(void)
|
|||
|
||||
VIR_TEST_MAIN_PRELOAD(mymain,
|
||||
abs_builddir "/.libs/virpcimock.so",
|
||||
abs_builddir "/.libs/virrandommock.so")
|
||||
abs_builddir "/.libs/virrandommock.so",
|
||||
abs_builddir "/.libs/virdeterministichashmock.so")
|
||||
|
||||
#else
|
||||
|
||||
|
|
Loading…
Reference in New Issue