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-04-03 11:58:09 +02:00
parent a9621831a3
commit 058f99d8fb
+2 -1
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