Skip to content

Commit

Permalink
[sonic-mgmt]: Added required python packages to run MSFT hero Test ca…
Browse files Browse the repository at this point in the history
…ses (sonic-net#15883)

Added required python packages to run MSFT hero Test cases

dpugen==0.1.1
ctypesgen
pandas
PyYAML
ixload

Co-authored-by: Guohan Lu <lguohan@gmail.com>
  • Loading branch information
vikumarks and lguohan authored Sep 28, 2023
1 parent 7e6790a commit b45ee09
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dockers/docker-sonic-mgmt/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,14 @@ RUN pip3 install aiohttp \
cffi \
contextlib2==0.6.0.post1 \
cryptography==3.3.2 \
ctypesgen \
dpkt \
dpugen==0.1.1 \
"future>=0.16.0" \
gitpython \
ipaddr \
ipython==8.12.2 \
ixload \
ixnetwork-restpy==1.0.64 \
ixnetwork-open-traffic-generator==0.0.79 \
jinja2==2.10.1 \
Expand All @@ -67,6 +70,7 @@ RUN pip3 install aiohttp \
ncclient \
netaddr \
netmiko==2.4.2 \
pandas \
paramiko==2.7.1 \
passlib \
pexpect \
Expand All @@ -86,6 +90,7 @@ RUN pip3 install aiohttp \
pytest-xdist==1.28.0 \
python-dateutil \
pytest==7.1.3 \
PyYAML \
redis \
requests \
retry \
Expand Down Expand Up @@ -130,11 +135,14 @@ RUN pip install allure-pytest==2.8.22 \
cffi==1.12.0 \
contextlib2==0.6.0.post1 \
cryptography==3.3.2 \
ctypesgen \
dpkt \
dpugen==0.1.1 \
"future>=0.16.0" \
gitpython \
ipaddr \
ipython==5.4.1 \
ixload \
ixnetwork-restpy==1.0.64 \
ixnetwork-open-traffic-generator==0.0.79 \
jinja2==2.10.1 \
Expand All @@ -147,6 +155,7 @@ RUN pip install allure-pytest==2.8.22 \
netaddr \
netmiko==2.4.2 \
nnpy \
pandas \
paramiko==2.7.1 \
passlib \
pexpect \
Expand All @@ -166,6 +175,7 @@ RUN pip install allure-pytest==2.8.22 \
pytest-html \
pytest-xdist==1.28.0 \
python-dateutil \
PyYAML \
redis \
requests \
retry \
Expand Down Expand Up @@ -284,11 +294,14 @@ RUN python3 -m pip install aiohttp \
cffi \
contextlib2==0.6.0.post1 \
cryptography==3.3.2 \
ctypesgen \
dpkt \
dpugen==0.1.1 \
"future>=0.16.0" \
gitpython \
ipaddr \
ipython==8.12.2 \
ixload \
ixnetwork-restpy==1.0.64 \
ixnetwork-open-traffic-generator==0.0.79 \
jinja2==2.10.1 \
Expand All @@ -302,6 +315,7 @@ RUN python3 -m pip install aiohttp \
netaddr \
netmiko==2.4.2 \
nnpy \
pandas \
paramiko==2.7.1 \
passlib \
pexpect \
Expand All @@ -321,6 +335,7 @@ RUN python3 -m pip install aiohttp \
pytest-xdist==1.28.0 \
python-dateutil \
pytest==7.1.3 \
PyYAML \
redis \
requests \
retry \
Expand Down

0 comments on commit b45ee09

Please sign in to comment.