mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
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:
parent
d0aebfb922
commit
78b9edf848
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user