Skip to content

Commit

Permalink
Upgrade snappi version to 0.7.44 (#11335)
Browse files Browse the repository at this point in the history
Why I did it
Keysight provide a new version with some snappi API source code related fix: snappi[ixnetwork,convergence]==0.7.44

How I did it
Upgrade snappi version to 0.7.44

How to verify it
Whether it's installed in sonic-mgmt docker container
  • Loading branch information
yejianquan authored Jul 6, 2022
1 parent 40cbd3f commit 5873e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockers/docker-sonic-mgmt/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN pip install cffi==1.10.0 \
ipython==5.4.1 \
ixnetwork-restpy==1.0.64 \
ixnetwork-open-traffic-generator==0.0.79 \
snappi[ixnetwork,convergence]==0.5.11 \
snappi[ixnetwork,convergence]==0.7.44 \
jinja2==2.7.2 \
jsonpatch \
lxml \
Expand Down Expand Up @@ -207,7 +207,7 @@ RUN python3 -m pip install setuptools-rust \
ipython==5.4.1 \
ixnetwork-restpy==1.0.64 \
ixnetwork-open-traffic-generator==0.0.79 \
snappi[ixnetwork,convergence]==0.5.11 \
snappi[ixnetwork,convergence]==0.7.44 \
jinja2==2.7.2 \
jsonpatch \
lxml \
Expand Down

0 comments on commit 5873e8e

Please sign in to comment.