-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dockers/docker-sonic-mgmt/Dockerfile.js: Add keysight ixnetwork-open-… #5762
Conversation
…traffic-generator pypi package * pip install of ixnetwork-open-traffic-generator pypi package version 0.0.29 for open-traffic-generator based tests Signed-off-by: [email protected]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yxieca @neethajohn @baiwei0427 please review this PR. Thanks.
@baiwei0427 , can you check if the testcases work with this version? |
@baiwei0427 @neethajohn from thisl1_oneHundredGbe = OneHundredGbe(link_training=True,
ieee_media_defaults=False,
auto_negotiate=False,
speed='one_hundred_gbps',
flow_control=flow_ctl,
rs_fec=True)
common_l1_config = Layer1(name='common L1 config',
choice=l1_oneHundredGbe,
port_names=[tx.name, rx.name]) to thisIndividual speed containers have been removed and speed is now an enum on the Layer1 class. auto_negotiation = AutoNegotiation(link_training=True,
rs_fec=True)
common_l1_config = Layer1(name='common L1 config',
speed='speed_100_gbps',
auto_negotiate=False,
auto_negotiation=auto_negotiation,
flow_control=flow_ctl,
port_names=[tx.name, rx.name]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have tested this package in my testbed using both 40G and 100G links
Hi @neethajohn, @baiwei0427 has tested the package using both 40G and 100G links and indicated that you would merge the PR? |
retest this please |
sonic-net#5762) *Why I did it Provide access to the ixnetwork-open-traffic-generator pypi package *How I did it Added a pip install entry for the package in the Dockerfile.j2 *How to verify it pip show ixnetwork-open-traffic-generator *Description for the changelog Install of ixnetwork-open-traffic-generator pypi package is required for proposed rdma tests.
*Why I did it
Provide access to the ixnetwork-open-traffic-generator pypi package
*How I did it
Added a pip install entry for the package in the Dockerfile.j2
*How to verify it
pip show ixnetwork-open-traffic-generator
*Which release branch to backport (provide reason below if selected)
N/A
*Description for the changelog
Install of ixnetwork-open-traffic-generator pypi package is required for proposed rdma tests.
- A picture of a cute animal (not mandatory but encouraged)