mirror of https://gitee.com/openkylin/libvirt.git
qemustatusxml2xmltest: Remove 'virdeterministichash' mocking
Commit89a3115bac
was not updated after recent changes to hash table usage and was still referencing the now removed deterministic hash mock, which caused CI failure. Fixes:89a3115bac
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
parent
5ab8cc78c4
commit
1841cfa49e
|
@ -151,5 +151,4 @@ mymain(void)
|
|||
VIR_TEST_MAIN_PRELOAD(mymain,
|
||||
VIR_TEST_MOCK("virpci"),
|
||||
VIR_TEST_MOCK("virrandom"),
|
||||
VIR_TEST_MOCK("domaincaps"),
|
||||
VIR_TEST_MOCK("virdeterministichash"))
|
||||
VIR_TEST_MOCK("domaincaps"))
|
||||
|
|
Loading…
Reference in New Issue