[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:
parent
7e6790ab6b
commit
b45ee0980b
@ -50,11 +50,14 @@ RUN pip3 install aiohttp \
|
|||||||
cffi \
|
cffi \
|
||||||
contextlib2==0.6.0.post1 \
|
contextlib2==0.6.0.post1 \
|
||||||
cryptography==3.3.2 \
|
cryptography==3.3.2 \
|
||||||
|
ctypesgen \
|
||||||
dpkt \
|
dpkt \
|
||||||
|
dpugen==0.1.1 \
|
||||||
"future>=0.16.0" \
|
"future>=0.16.0" \
|
||||||
gitpython \
|
gitpython \
|
||||||
ipaddr \
|
ipaddr \
|
||||||
ipython==8.12.2 \
|
ipython==8.12.2 \
|
||||||
|
ixload \
|
||||||
ixnetwork-restpy==1.0.64 \
|
ixnetwork-restpy==1.0.64 \
|
||||||
ixnetwork-open-traffic-generator==0.0.79 \
|
ixnetwork-open-traffic-generator==0.0.79 \
|
||||||
jinja2==2.10.1 \
|
jinja2==2.10.1 \
|
||||||
@ -67,6 +70,7 @@ RUN pip3 install aiohttp \
|
|||||||
ncclient \
|
ncclient \
|
||||||
netaddr \
|
netaddr \
|
||||||
netmiko==2.4.2 \
|
netmiko==2.4.2 \
|
||||||
|
pandas \
|
||||||
paramiko==2.7.1 \
|
paramiko==2.7.1 \
|
||||||
passlib \
|
passlib \
|
||||||
pexpect \
|
pexpect \
|
||||||
@ -86,6 +90,7 @@ RUN pip3 install aiohttp \
|
|||||||
pytest-xdist==1.28.0 \
|
pytest-xdist==1.28.0 \
|
||||||
python-dateutil \
|
python-dateutil \
|
||||||
pytest==7.1.3 \
|
pytest==7.1.3 \
|
||||||
|
PyYAML \
|
||||||
redis \
|
redis \
|
||||||
requests \
|
requests \
|
||||||
retry \
|
retry \
|
||||||
@ -130,11 +135,14 @@ RUN pip install allure-pytest==2.8.22 \
|
|||||||
cffi==1.12.0 \
|
cffi==1.12.0 \
|
||||||
contextlib2==0.6.0.post1 \
|
contextlib2==0.6.0.post1 \
|
||||||
cryptography==3.3.2 \
|
cryptography==3.3.2 \
|
||||||
|
ctypesgen \
|
||||||
dpkt \
|
dpkt \
|
||||||
|
dpugen==0.1.1 \
|
||||||
"future>=0.16.0" \
|
"future>=0.16.0" \
|
||||||
gitpython \
|
gitpython \
|
||||||
ipaddr \
|
ipaddr \
|
||||||
ipython==5.4.1 \
|
ipython==5.4.1 \
|
||||||
|
ixload \
|
||||||
ixnetwork-restpy==1.0.64 \
|
ixnetwork-restpy==1.0.64 \
|
||||||
ixnetwork-open-traffic-generator==0.0.79 \
|
ixnetwork-open-traffic-generator==0.0.79 \
|
||||||
jinja2==2.10.1 \
|
jinja2==2.10.1 \
|
||||||
@ -147,6 +155,7 @@ RUN pip install allure-pytest==2.8.22 \
|
|||||||
netaddr \
|
netaddr \
|
||||||
netmiko==2.4.2 \
|
netmiko==2.4.2 \
|
||||||
nnpy \
|
nnpy \
|
||||||
|
pandas \
|
||||||
paramiko==2.7.1 \
|
paramiko==2.7.1 \
|
||||||
passlib \
|
passlib \
|
||||||
pexpect \
|
pexpect \
|
||||||
@ -166,6 +175,7 @@ RUN pip install allure-pytest==2.8.22 \
|
|||||||
pytest-html \
|
pytest-html \
|
||||||
pytest-xdist==1.28.0 \
|
pytest-xdist==1.28.0 \
|
||||||
python-dateutil \
|
python-dateutil \
|
||||||
|
PyYAML \
|
||||||
redis \
|
redis \
|
||||||
requests \
|
requests \
|
||||||
retry \
|
retry \
|
||||||
@ -284,11 +294,14 @@ RUN python3 -m pip install aiohttp \
|
|||||||
cffi \
|
cffi \
|
||||||
contextlib2==0.6.0.post1 \
|
contextlib2==0.6.0.post1 \
|
||||||
cryptography==3.3.2 \
|
cryptography==3.3.2 \
|
||||||
|
ctypesgen \
|
||||||
dpkt \
|
dpkt \
|
||||||
|
dpugen==0.1.1 \
|
||||||
"future>=0.16.0" \
|
"future>=0.16.0" \
|
||||||
gitpython \
|
gitpython \
|
||||||
ipaddr \
|
ipaddr \
|
||||||
ipython==8.12.2 \
|
ipython==8.12.2 \
|
||||||
|
ixload \
|
||||||
ixnetwork-restpy==1.0.64 \
|
ixnetwork-restpy==1.0.64 \
|
||||||
ixnetwork-open-traffic-generator==0.0.79 \
|
ixnetwork-open-traffic-generator==0.0.79 \
|
||||||
jinja2==2.10.1 \
|
jinja2==2.10.1 \
|
||||||
@ -302,6 +315,7 @@ RUN python3 -m pip install aiohttp \
|
|||||||
netaddr \
|
netaddr \
|
||||||
netmiko==2.4.2 \
|
netmiko==2.4.2 \
|
||||||
nnpy \
|
nnpy \
|
||||||
|
pandas \
|
||||||
paramiko==2.7.1 \
|
paramiko==2.7.1 \
|
||||||
passlib \
|
passlib \
|
||||||
pexpect \
|
pexpect \
|
||||||
@ -321,6 +335,7 @@ RUN python3 -m pip install aiohttp \
|
|||||||
pytest-xdist==1.28.0 \
|
pytest-xdist==1.28.0 \
|
||||||
python-dateutil \
|
python-dateutil \
|
||||||
pytest==7.1.3 \
|
pytest==7.1.3 \
|
||||||
|
PyYAML \
|
||||||
redis \
|
redis \
|
||||||
requests \
|
requests \
|
||||||
retry \
|
retry \
|
||||||
|
Reference in New Issue
Block a user