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:
Rob Bradford 2020-05-11 09:56:10 +01:00 committed by Sebastien Boeuf
parent b57eeb9628
commit 52ac3779df

View File

@ -3798,7 +3798,6 @@ mod tests {
])
.args(&["--kernel", kernel_path.to_str().unwrap()])
.default_disks()
.default_net()
.args(&["--cmdline", CLEAR_KERNEL_CMDLINE])
.spawn()
.unwrap();