]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tests: qemuxml2xml: Use virdeterministichashmock.so
authorPeter Krempa <pkrempa@redhat.com>
Thu, 21 Mar 2019 13:12:54 +0000 (14:12 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 3 Apr 2019 09:58:09 +0000 (11:58 +0200)
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>
tests/qemuxml2xmltest.c

index 83a0d1cf7b6e0025c75f7011abdd6e437b2da99d..408d20a92a55272a15f7f374276f9f360b0c2e1f 100644 (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