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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue