[sonic-mgmt]: Added required python packages to run MSFT hero Test cases (#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>
This commit is contained in:
vikumarks 2023-09-27 18:13:44 -07:00 committed by GitHub
parent 7e6790ab6b
commit b45ee0980b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \
@ -67,6 +70,7 @@ RUN pip3 install aiohttp \
ncclient \
netaddr \
netmiko==2.4.2 \
pandas \
paramiko==2.7.1 \
passlib \
pexpect \
@ -86,6 +90,7 @@ RUN pip3 install aiohttp \
pytest-xdist==1.28.0 \
python-dateutil \
pytest==7.1.3 \
PyYAML \
redis \
requests \
retry \
@ -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 \
@ -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 \
@ -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 \
@ -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 \
@ -302,6 +315,7 @@ RUN python3 -m pip install aiohttp \
netaddr \
netmiko==2.4.2 \
nnpy \
pandas \
paramiko==2.7.1 \
passlib \
pexpect \
@ -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 \