[Snappi] Adding convergence check function with tolerance#21565
[Snappi] Adding convergence check function with tolerance#21565selldinesh wants to merge 11 commits intosonic-net:masterfrom
Conversation
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@selldinesh can you update the PR description? |
9bc4a87 to
6295f90
Compare
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: selldinesh <[email protected]>
# Conflicts: # tests/common/snappi_tests/snappi_helpers.py Signed-off-by: selldinesh <[email protected]>
Signed-off-by: selldinesh <[email protected]>
Signed-off-by: selldinesh <[email protected]>
Signed-off-by: selldinesh <[email protected]>
a897de4 to
1541e64
Compare
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: selldinesh <[email protected]>
Signed-off-by: selldinesh <[email protected]>
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: selldinesh <[email protected]>
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
/azpw run |
|
Retrying failed(or canceled) jobs... |
|
Build not found. Please close and reopen the PR or rebase your branch to trigger a new build. |
|
/azpw retry |
|
Retrying failed(or canceled) jobs... |
|
No Azure DevOps builds found for #21565. |
|
/azp run |
1 similar comment
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azpw run |
|
Retrying failed(or canceled) jobs... |
|
The following failed(or canceled) jobs were not retried:
Job kvmtest-t1-lag-vpp by Elastictest [OPTIONAL] is an optional job and does not block the PR merge, so it will not be retried. |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Description of PR
Summary: This PR contains the fixture that checks if the traffic has converged or not by comparing the tx and rx frame rate with the tolerance provided.
Fixes # (issue)
Type of change
Back port request
Approach
What is the motivation for this PR?
Instead of having convergence check code for each testcase added a common fixture
How did you do it?
Test on BGP convergence testcases
How did you verify/test it?
Any platform specific information?
Supported testbed topology if it's a new test case?
t0/t1
Documentation