mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
d359c8cdce
Instead of reinventing this mock infrastructure in the upcoming fuzzer, reuse the one that is already available. However this change makes Clippy complain that TestBackend and TestContext don't implement Default. This is just test code, we can suppress Clippy in this case. Signed-off-by: Wei Liu <liuwe@microsoft.com>