[multi-asic fix] fix new change in test_route_perf.py to support multi-asic#15452
[multi-asic fix] fix new change in test_route_perf.py to support multi-asic#15452arlakshm merged 4 commits intosonic-net:masterfrom
Conversation
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
arista-nwolfe
left a comment
There was a problem hiding this comment.
LGTM, thanks for fixing this
|
The pre-commit check detected issues in the files touched by this pull request. Detailed pre-commit check results: To run the pre-commit checks locally, you can follow below steps:
|
|
@arlakshm @judyjoseph can you help merge? |
|
@yejianquan can you help backport this PR to 202405? thanks |
…i-asic (sonic-net#15452) Description of PR Summary: Fixes # (issue) for multi-asic devices, when asic is broadcom, using "bcmcmd" needs to specify asic id.
|
Cherry-pick PR to 202405: #15557 |
…i-asic (#15452) Description of PR Summary: Fixes # (issue) for multi-asic devices, when asic is broadcom, using "bcmcmd" needs to specify asic id.
…i-asic (sonic-net#15452) Description of PR Summary: Fixes # (issue) for multi-asic devices, when asic is broadcom, using "bcmcmd" needs to specify asic id.
|
This is causing regression on dualtor, @wenyiz2021, could you please help check/fix the following failure? |
I think @vivekverma-arista has a fix for this: |
Description of PR Summary: Fixes #323 Approach What is the motivation for this PR? Regression due to #15452 How did you do it? Added missing quotes to the command. How did you verify/test it? Ran route/test_route_perf.py on Arista 7260CX3 platform with dualtor topology. co-authorized by: jianquanye@microsoft.com
…i-asic (sonic-net#15452) Description of PR Summary: Fixes # (issue) for multi-asic devices, when asic is broadcom, using "bcmcmd" needs to specify asic id.
Description of PR Summary: Fixes sonic-net#323 Approach What is the motivation for this PR? Regression due to sonic-net#15452 How did you do it? Added missing quotes to the command. How did you verify/test it? Ran route/test_route_perf.py on Arista 7260CX3 platform with dualtor topology. co-authorized by: jianquanye@microsoft.com
Description of PR Summary: Fixes #323 Approach What is the motivation for this PR? Regression due to #15452 How did you do it? Added missing quotes to the command. How did you verify/test it? Ran route/test_route_perf.py on Arista 7260CX3 platform with dualtor topology. co-authorized by: jianquanye@microsoft.com Co-authored-by: Vivek Verma <137406113+vivekverma-arista@users.noreply.github.com>
Description of PR
Summary:
Fixes # (issue)
for multi-asic devices, when asic is broadcom, using "bcmcmd" needs to specify asic id.
TODO:
depending on type of asic, e.g. xgs/dnx, we need to confirm with broadcom if the asic supports "conf show l3_alpm_enable" command, if not, skip for that platform.
Type of change
Back port request
Approach
What is the motivation for this PR?
How did you do it?
How did you verify/test it?
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation