Skip to content

Commit

Permalink
[Snappi] Update snappi module on sonic-mgmt docker (sonic-net#17269)
Browse files Browse the repository at this point in the history
* Update snappi module on Dockerfile.j2

* Update snappi module on Dockerfile.j2

* Update snappi module for py2 and venv
  • Loading branch information
developfast authored and yxieca committed Dec 4, 2023
1 parent dccc5bf commit 15d9177
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dockers/docker-sonic-mgmt/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ RUN python3 -m pip install aiohttp \
scapy==2.4.5 \
setuptools-rust \
six \
snappi[ixnetwork,convergence]==0.11.16 \
snappi[ixnetwork,convergence]==0.9.1 \
tabulate \
textfsm==1.1.2 \
thrift==0.11.0 \
Expand Down Expand Up @@ -182,7 +182,7 @@ RUN python2 -m pip install allure-pytest==2.8.22 \
scandir \
scapy==2.4.5 \
six \
snappi[ixnetwork,convergence]==0.11.16 \
snappi[ixnetwork,convergence]==0.9.1 \
statistics \
tabulate \
textfsm==1.1.3 \
Expand Down Expand Up @@ -333,7 +333,7 @@ RUN python3 -m pip install aiohttp \
scapy==2.4.5 \
setuptools-rust \
six \
snappi[ixnetwork,convergence]==0.11.16 \
snappi[ixnetwork,convergence]==0.9.1 \
sshconf==0.2.5 \
tabulate \
textfsm==1.1.2 \
Expand Down

0 comments on commit 15d9177

Please sign in to comment.