From 058f99d8fb168ace8f97dbf637b1b848479e4b41 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Thu, 21 Mar 2019 14:12:54 +0100 Subject: [PATCH] tests: qemuxml2xml: Use virdeterministichashmock.so MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Ján Tomko --- tests/qemuxml2xmltest.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/qemuxml2xmltest.c b/tests/qemuxml2xmltest.c index 83a0d1cf7b..408d20a92a 100644 --- a/tests/qemuxml2xmltest.c +++ b/tests/qemuxml2xmltest.c @@ -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 -- 2.47.2