Skip to content

Commit

Permalink
dockers/docker-sonic-mgmt/Dockerfile.js: Add keysight ixnetwork-open-… (
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ajbalogh authored Nov 9, 2020
1 parent 6a8ebef commit a9fc866
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockers/docker-sonic-mgmt/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ RUN pip install cffi==1.10.0 \
ipaddr \
ipython==5.4.1 \
ixnetwork-restpy==1.0.52 \
ixnetwork-open-traffic-generator==0.0.42 \
jinja2==2.7.2 \
jsonpatch \
lxml \
Expand Down

0 comments on commit a9fc866

Please sign in to comment.