mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Extract test logic from test_memory_overhead into a shared _test_memory_overhead wrapper function in tests_wrappers.rs. The custom memory size is set in the parent test case via with_memory(). The wrapper uses default_kernel_cmdline() and default_memory() for setup. Signed-off-by: Muminul Islam <muislam@microsoft.com>