[ptf]: Add pip install pysubnettree (#554)
>> import SubnetTree This module is used for PTF FIB test to build LPM
This commit is contained in:
parent
b488c0874d
commit
c7d540cb2f
@ -67,6 +67,7 @@ RUN rm -rf /debs \
|
|||||||
&& pip install nnpy \
|
&& pip install nnpy \
|
||||||
&& pip install dpkt \
|
&& pip install dpkt \
|
||||||
&& pip install ipaddress \
|
&& pip install ipaddress \
|
||||||
|
&& pip install pysubnettree \
|
||||||
&& mkdir -p /opt \
|
&& mkdir -p /opt \
|
||||||
&& cd /opt \
|
&& cd /opt \
|
||||||
&& wget https://raw.githubusercontent.com/p4lang/ptf/master/ptf_nn/ptf_nn_agent.py
|
&& wget https://raw.githubusercontent.com/p4lang/ptf/master/ptf_nn/ptf_nn_agent.py
|
||||||
|
Reference in New Issue
Block a user