Skip to content

Commit 9c47818

Browse files
lizhijianrdselldinesh
authored andcommitted
[M1] Fix test_crm_available for 7050C-C28S16 (#21010)
What is the motivation for this PR? Fix test_crm_available for 7050C-C28S16 How did you do it? Update threshold. How did you verify/test it? Verified on M1-44 Arista-7050C testbed. Signed-off-by: selldinesh <[email protected]>
1 parent cd119f5 commit 9c47818

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/crm/test_crm_available.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@
1919
'Arista-7050CX3-32S-C32': 255,
2020
'arista-7050cx3-32s-s128': 255,
2121
'arista-7050cx3-32s-c6s104': 255,
22+
'arista-7050cx3-32s-c28s16': 255,
2223
'arista-7050cx3-32c-c28s4': 255,
2324
'Arista-7050CX3-32c-C32': 255,
2425
'arista-7050cx3-32c-s128': 255,
2526
'arista-7050cx3-32c-c6s104': 255,
27+
'arista-7050cx3-32c-c28s16': 255,
2628
}
2729

2830
DEFAULT_NEXTHOP_THRESHOLD = 256

0 commit comments

Comments
 (0)