Skip to content

Commit 5873e8e

Browse files
authored
Upgrade snappi version to 0.7.44 (sonic-net#11335)
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
1 parent 40cbd3f commit 5873e8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockers/docker-sonic-mgmt/Dockerfile.j2

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN pip install cffi==1.10.0 \
4343
ipython==5.4.1 \
4444
ixnetwork-restpy==1.0.64 \
4545
ixnetwork-open-traffic-generator==0.0.79 \
46-
snappi[ixnetwork,convergence]==0.5.11 \
46+
snappi[ixnetwork,convergence]==0.7.44 \
4747
jinja2==2.7.2 \
4848
jsonpatch \
4949
lxml \
@@ -207,7 +207,7 @@ RUN python3 -m pip install setuptools-rust \
207207
ipython==5.4.1 \
208208
ixnetwork-restpy==1.0.64 \
209209
ixnetwork-open-traffic-generator==0.0.79 \
210-
snappi[ixnetwork,convergence]==0.5.11 \
210+
snappi[ixnetwork,convergence]==0.7.44 \
211211
jinja2==2.7.2 \
212212
jsonpatch \
213213
lxml \

0 commit comments

Comments
 (0)