Closed
Conversation
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Author
|
@sdszhang please help reviewing |
Contributor
|
@developfast @amitpawar12 @selldinesh @rraghav-cisco @kamalsahu0001 for review. |
sdszhang
reviewed
Jan 20, 2025
| start_pfcwd, enable_packet_aging, get_pfcwd_poll_interval, get_pfcwd_detect_time, sec_to_nanosec | ||
| from tests.common.snappi_tests.port import select_ports | ||
| from tests.common.snappi_tests.snappi_helpers import wait_for_arp | ||
| from tests.common.fixtures.conn_graph_facts import conn_graph_facts, fanout_graph_facts # noqa: F401 |
Contributor
There was a problem hiding this comment.
This file is shared by test_pfcwd_m2o_with_snappi.py. can we include it in this change too to avoid regression?
|
|
||
| logger.info('Wait for Arp to Resolve ...') | ||
| wait_for_arp(api, max_attempts=30, poll_interval_sec=2) | ||
| wait_for_arp(api, max_attempts=10, poll_interval_sec=2) |
Contributor
There was a problem hiding this comment.
looks like we are missing #7370 fix in multidut?
|
|
||
| """ Retrieve ASIC information for DUT """ | ||
| asic_type = duthost.facts['asic_type'] | ||
| rx_tx_tol_thrhlds = [0.0001, 0.0002] # Maintain a 0.01% and 0.02% deviation between tx and rx frames |
Signed-off-by: Austin Pham <[email protected]>
02c84ba to
0e34fdb
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Author
|
Close as discussed |
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
This PR merge the RDMA test for test_pfcwd_a2a_with_snappi.py
Summary: 30931168
Fixes # (issue)
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