[ptf]: Add pip install pysubnettree (#554)

>> import SubnetTree

This module is used for PTF FIB test to build LPM
This commit is contained in:
Shuotian Cheng 2017-04-29 00:15:12 -07:00 committed by lguohan
parent b488c0874d
commit c7d540cb2f

View File

@ -67,6 +67,7 @@ RUN rm -rf /debs \
&& pip install nnpy \
&& pip install dpkt \
&& pip install ipaddress \
&& pip install pysubnettree \
&& mkdir -p /opt \
&& cd /opt \
&& wget https://raw.githubusercontent.com/p4lang/ptf/master/ptf_nn/ptf_nn_agent.py