Skip to content

Commit 07cc65f

Browse files
Don't wait until eth3 is up. We're doing it inside ptf agent now
1 parent ae4b72e commit 07cc65f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dockers/docker-ptf/Dockerfile.j2

+1-2
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,4 @@ COPY ptf_nn_agent.conf /etc/supervisor/conf.d/ptf_nn_agent.conf
7979

8080
EXPOSE 22
8181

82-
ENTRYPOINT while [ "x$( ifconfig eth3 | grep RUNNING )" = 'x' ] ; do sleep 1 ; done \
83-
&& /usr/bin/supervisord
82+
ENTRYPOINT ["/usr/bin/supervisord"]

0 commit comments

Comments
 (0)