Merge "To update the yardstick stable branch."
authorJiang, Yunhong <yunhong.jiang@intel.com>
Mon, 17 Apr 2017 16:28:45 +0000 (16:28 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 17 Apr 2017 16:28:45 +0000 (16:28 +0000)
docker_image_build/Dockerfile

index 57e22bb..6af1176 100644 (file)
@@ -4,7 +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 cd /root && git clone https://gerrit.opnfv.org/gerrit/p/yardstick.git -b stable/danube
 RUN sed -i -e "s/3600/9000/g" /root/yardstick/yardstick/ssh.py
 RUN cd /root/yardstick && python setup.py install
 WORKDIR /root