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:
Peter Krempa 2019-03-21 14:12:54 +01:00
parent a9621831a3
commit 058f99d8fb

View File

@ -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