mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
tests: Adjust test_tpm memory usage
After updating the OS image to the latest jammy version this test now requires more memory to run Fixes: #6782 Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
parent
caf15f0acb
commit
fc0d808205
@ -7016,7 +7016,7 @@ mod common_parallel {
|
||||
let mut guest_cmd = GuestCommand::new(&guest);
|
||||
guest_cmd
|
||||
.args(["--cpus", "boot=1"])
|
||||
.args(["--memory", "size=512M"])
|
||||
.args(["--memory", "size=1G"])
|
||||
.args(["--kernel", fw_path(FwType::RustHypervisorFirmware).as_str()])
|
||||
.args(["--tpm", &format!("socket={swtpm_socket_path}")])
|
||||
.capture_output()
|
||||
|
Loading…
Reference in New Issue
Block a user