Skip to content

Commit

Permalink
[guest-test] [tdx] Bug Fix: extend mem_acpt baseline
Browse files Browse the repository at this point in the history
extend mem_acpt baseline to be more flexible

[Test Components] tdx
[Test Types] func
[Supported Devices] spr,emr,gnr,srf

Signed-off-by: Hongyu Ning <[email protected]>
  • Loading branch information
hongyuni committed Jan 3, 2024
1 parent bcff617 commit 9d3f027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guest-test/tdx/tdx_mem_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ case "$MEM_CASE" in
mem_accepted_time 3 32
;;
MEM_ACPT_T_32C_8G_256W)
# expected 4secs in case of
# expected 6secs in case of
# 32VCPU + 8G MEM + 256 mem stress processes
mem_accepted_time 4 256
mem_accepted_time 6 256
;;
MEM_ACPT_T_32C_32G_32W)
# expected 85secs in case of
Expand Down

0 comments on commit 9d3f027

Please sign in to comment.