Change ipv4 to udp streams in traffic_generation.py for background traffic as well.#15035
Change ipv4 to udp streams in traffic_generation.py for background traffic as well.#15035rraghav-cisco wants to merge 9 commits intosonic-net:masterfrom
Conversation
|
The PR test stuck. Try to close the PR and re-open the PR. |
|
@sdszhang : Pls review. |
|
@rraghav-cisco could you please attach the test result for T0/T1 to make sure no regression? Thanks. |
|
@sdszhang : I encountered a different issue in single dut run, which I have seen without my changes as well, most likely due to the fact that the multidut entries in variables.py are not applicable to single-dut: After fixing this, it passed: |
|
I just realized that we have skipped the global pause on cisco platform. Do we still need this change in this case? |
@sdszhang , Yes, this PR is independent of the skip for global pause. |
|
@sdszhang : Any comments? |
|
I'm not clear on which test case failure will this PR address? Previously it was global pause test case. However global pause is skipped now, any other test case failed because of this issue? |
|
Closing this for now, will revisit if needed. |
Description of PR
Summary:
Fixes the udp part mentioned in (issue)
Type of change
Back port request
Approach
What is the motivation for this PR?
pls see the udp problem mentioned in the bug above.
How did you do it?
I changed the ipv4 streams to UDP streams, and also added more than one stream for cisco platforms.
How did you verify/test it?
Ran it on my T2 TB.
Any platform specific information?
This change is for the cisco-8000, but applies to all platforms.