[docker-sonic-mgmt] Add IxNetwork python client (#4533)

* Add IxNetwork python client to sonic mgmt docker
This commit is contained in:
Wei Bai 2020-05-05 18:40:20 -07:00 committed by GitHub
parent 5307f9448e
commit 46ef6defa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,6 +74,7 @@ RUN pip install ipaddr \
rpyc \
tabulate \
textfsm \
ixnetwork-restpy==1.0.52 \
&& git clone https://github.com/p4lang/scapy-vxlan.git \
&& cd scapy-vxlan \
&& python setup.py install \