Merge "This patch includes host and guest configuration script updates to install...
[kvmfornfv.git] / docker_image_build / Dockerfile
index fd1ea58..57e22bb 100644 (file)
@@ -5,5 +5,6 @@
 #
 FROM kvmfornfv1:latest
 RUN cd /root && git clone https://gerrit.opnfv.org/gerrit/p/yardstick.git -b stable/colorado
+RUN sed -i -e "s/3600/9000/g" /root/yardstick/yardstick/ssh.py
 RUN cd /root/yardstick && python setup.py install
 WORKDIR /root