mirror of
				https://github.com/Telecominfraproject/ols-nos.git
				synced 2025-11-04 03:57:57 +00:00 
			
		
		
		
	[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:
		@@ -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 \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user