mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-22 04:25:21 +00:00
tests: Remove network interface from test_memory_overhead
Continue to try and track down the instability in the numbers generated by this test by removing the (unused) network interface. It's possible we are getting broadcast packets into the tap device and generating a variable size of allocations. See: #760 Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
b57eeb9628
commit
52ac3779df
@ -3798,7 +3798,6 @@ mod tests {
|
||||
])
|
||||
.args(&["--kernel", kernel_path.to_str().unwrap()])
|
||||
.default_disks()
|
||||
.default_net()
|
||||
.args(&["--cmdline", CLEAR_KERNEL_CMDLINE])
|
||||
.spawn()
|
||||
.unwrap();
|
||||
|
Loading…
x
Reference in New Issue
Block a user