X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docker_image_build%2FDockerfile;h=f292bf2f5dcea8cde1d4a9db7a544a6e51fd25d0;hb=d8eeb9b99d73f72c6a2cc61c05cdc727fdae4910;hp=fa7195400a6638e408fc87893d3c8689205f9b6b;hpb=71833ad15517efc8dabfbea4ba1dbf08e33c4a93;p=kvmfornfv.git diff --git a/docker_image_build/Dockerfile b/docker_image_build/Dockerfile index fa7195400..f292bf2f5 100644 --- a/docker_image_build/Dockerfile +++ b/docker_image_build/Dockerfile @@ -4,8 +4,7 @@ #kvmfornfv1 image has all dependency packages installed. # FROM kvmfornfv1:latest -RUN cd /root && git clone https://gerrit.opnfv.org/gerrit/p/yardstick.git -b stable/colorado -RUN var=`grep "loops" /root/yardstick/samples/cyclictest-node-context.yaml |awk '{ print $2/1000 }'`; \ - sed -i -e "s/3600/$((var+1500))/g" /root/yardstick/yardstick/ssh.py +RUN cd /root && git clone https://gerrit.opnfv.org/gerrit/p/yardstick.git +RUN sed -i -e "s/3600/9000/g" /root/yardstick/yardstick/ssh.py RUN cd /root/yardstick && python setup.py install WORKDIR /root