Skip to content

Commit

Permalink
Update memory threshold for Nvidia msn3420 (#17217)
Browse files Browse the repository at this point in the history
  • Loading branch information
weiguo-nvidia authored Mar 3, 2025
1 parent 3eecf21 commit 5085c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/platform_tests/test_cpu_memory_usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def setup_thresholds(duthosts, enum_rand_one_per_hwsku_hostname):
'x86_64-cel_e1031-r0', 'x86_64-arista_7800r3a_36dm2_lc') or is_asan:
memory_threshold = 90
elif duthost.facts['platform'] in ('x86_64-mlnx_msn4600c-r0', 'x86_64-mlnx_msn3800-r0',
'x86_64-mlnx_msn2700-r0', 'x86_64-mlnx_msn2700a1-r0'):
'x86_64-mlnx_msn2700-r0', 'x86_64-mlnx_msn2700a1-r0', 'x86_64-mlnx_msn3420-r0'):
memory_threshold = 70
elif duthost.facts['platform'] in ('x86_64-8800_rp_o-r0', 'x86_64-8800_rp-r0'):
memory_threshold = 65
Expand Down

0 comments on commit 5085c87

Please sign in to comment.