tests: Get output from firmware and Linux for test_large_vm()

As we switched to focal for this test we no longer get any output during
the boot unless serial is used over virtio-console.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2020-11-18 10:34:14 +00:00 committed by Samuel Ortiz
parent d0aebfb922
commit 78b9edf848

View File

@ -2411,6 +2411,8 @@ mod tests {
cmd.args(&["--cpus", "boot=48"])
.args(&["--memory", "size=5120M"])
.args(&["--kernel", guest.fw_path.as_str()])
.args(&["--serial", "tty"])
.args(&["--console", "off"])
.capture_output()
.default_disks()
.default_net();