dockers/docker-sonic-mgmt/Dockerfile.js: Add keysight ixnetwork-open-… (#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.
This commit is contained in:
ajbalogh 2020-11-09 14:12:39 -08:00 committed by GitHub
parent 6a8ebef449
commit a9fc866ba5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \