[docker]: docker-ptf doesn't wait until eth3 is up

This is done inside ptf agent now
This commit is contained in:
Pavel Shirshov 2017-01-17 11:12:43 -08:00 committed by Shuotian Cheng
parent ae4b72e866
commit 86f5c19643

View File

@ -79,5 +79,4 @@ COPY ptf_nn_agent.conf /etc/supervisor/conf.d/ptf_nn_agent.conf
EXPOSE 22
ENTRYPOINT while [ "x$( ifconfig eth3 | grep RUNNING )" = 'x' ] ; do sleep 1 ; done \
&& /usr/bin/supervisord
ENTRYPOINT ["/usr/bin/supervisord"]