ARS test script#24845
Open
apannerselva wants to merge 1 commit into
Open
Conversation
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
e34df7f to
08e1fff
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
08e1fff to
cc4d7ca
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
cc4d7ca to
aeb0a5f
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
aeb0a5f to
1556f0c
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Description of PR New test plan for Adaptive Routing and Switching HLD [sonic-net/SONiC#1958] Summary: Fixes # (issue) Type of change Bug fix Testbed and Framework(new/improvement) New Test case Skipped for non-supported platforms Test case improvement Back port request 202311 202405 202411 202505 202511 202512 202605 Approach What is the motivation for this PR? New test plan for ARS HLD [sonic-net/SONiC#1958] How did you do it? Added ARS test plan covering adaptive routing and switching functionality. How did you verify/test it? Ran it on the device Results - ecmp/ars/test_ars.py::test_ars_modes[per-packet-global] PASSED [ 10%] ecmp/ars/test_ars.py::test_ars_modes[per-packet-interface] PASSED [ 20%] ecmp/ars/test_ars.py::test_ars_modes[per-packet-nexthop] PASSED [ 30%] ecmp/ars/test_ars.py::test_ars_modes[per-flowlet-global] PASSED [ 40%] ecmp/ars/test_ars.py::test_ars_modes[per-flowlet-interface] PASSED [ 50%] ecmp/ars/test_ars.py::test_ars_modes[per-flowlet-nexthop] PASSED [ 60%] ecmp/ars/test_ars.py::test_ars_acl_action PASSED [ 70%] ecmp/ars/test_ars.py::test_ars_nonars_interface[interface] PASSED [ 80%] ecmp/ars/test_ars.py::test_ars_nonars_interface[nexthop] PASSED [ 90%] ecmp/ars/test_ars.py::test_ars_stress PASSED [100%] Any platform specific information? To be supported for ARS supported platforms and now the script is supported only for marvell-teralynx Supported testbed topology if it's a new test case? T0 Topology Signed-off-by: Ashok Kumar P <apannerselva@marvell.com>
1556f0c to
55a828d
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azpw run |
Collaborator
|
Retrying failed(or canceled) jobs... |
Collaborator
|
Retrying failed(or canceled) stages in build 1122951: ✅Stage Test:
|
Contributor
Author
|
@BYGX-wcr @xwjiang-ms @yutongzhang-microsoft please review. |
Collaborator
|
This PR has backport request for branch(es): 202511,202605. ---Powered by SONiC BuildBot
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of PR
New test plan for Adaptive Routing and Switching HLD [sonic-net/SONiC#1958]
Summary:
Fixes # (issue)
Type of change
Back port request
Approach
What is the motivation for this PR?
New test plan for ARS HLD [sonic-net/SONiC#1958]
How did you do it?
Added ARS test plan covering adaptive routing and switching functionality.
How did you verify/test it?
Ran it on the device
Results -
ecmp/ars/test_ars.py::test_ars_modes[per-packet-global] PASSED [ 10%]
ecmp/ars/test_ars.py::test_ars_modes[per-packet-interface] PASSED [ 20%]
ecmp/ars/test_ars.py::test_ars_modes[per-packet-nexthop] PASSED [ 30%]
ecmp/ars/test_ars.py::test_ars_modes[per-flowlet-global] PASSED [ 40%]
ecmp/ars/test_ars.py::test_ars_modes[per-flowlet-interface] PASSED [ 50%]
ecmp/ars/test_ars.py::test_ars_modes[per-flowlet-nexthop] PASSED [ 60%]
ecmp/ars/test_ars.py::test_ars_acl_action PASSED [ 70%]
ecmp/ars/test_ars.py::test_ars_nonars_interface[interface] PASSED [ 80%]
ecmp/ars/test_ars.py::test_ars_nonars_interface[nexthop] PASSED [ 90%]
ecmp/ars/test_ars.py::test_ars_stress PASSED [100%]
Any platform specific information?
To be supported for ARS supported platforms and now the script is supported only for marvell-teralynx
Supported testbed topology if it's a new test case?
T0 Topology
Documentation