Adding sflowtool to ptf docker to for sflow tests#4045
Merged
lguohan merged 1 commit intosonic-net:masterfrom Jan 23, 2020
Merged
Adding sflowtool to ptf docker to for sflow tests#4045lguohan merged 1 commit intosonic-net:masterfrom
lguohan merged 1 commit intosonic-net:masterfrom
Conversation
1 task
Collaborator
|
retest this please |
Contributor
Author
|
retest vsimage please |
2 similar comments
Collaborator
|
retest vsimage please |
Contributor
Author
|
retest vsimage please |
lguohan
approved these changes
Jan 23, 2020
lguohan
pushed a commit
to sonic-net/sonic-mgmt
that referenced
this pull request
Feb 4, 2020
How did you do it? - The test will run on the t0 testbed. The script is validated in sonic-vs image with vms-kvm-t0 topology loaded. - 1 port from each port channel is used for sending traffic. Sflow is enabled on these 4 ports - 2 ports from Vlan1000 are removed and assigned with ip address and used to reach sflow collector in ptf docker . - Traffic is sent from ptf docker with different packet sizes to the port channel interfaces which are enabled with sflow . - Collection is implemented using the sflowtool. Counter sampling output and flow sampling output are directed to a text file. The test script parses the text file and validates the data according to the polling/sampling rate configured and the interfaces enabled. For this test to run sflowtool to be installed in ptf docker sonic-net/sonic-buildimage#4045 Test plan Document : sonic-net/SONiC#554
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.
Adding sflowtool to ptf docker for running sflow tests in sonic-mgmt repository