summaryrefslogtreecommitdiffstats
path: root/docker_image_build
diff options
context:
space:
mode:
authorkalyanreddy <reddyx.gundarapu@intel.com>2017-05-09 14:59:00 +0530
committerKalyan reddy Gundarapu <reddyx.gundarapu@intel.com>2017-05-09 13:17:28 +0000
commitd8eeb9b99d73f72c6a2cc61c05cdc727fdae4910 (patch)
treea695660761f4543e51cadadb00293b28b7f1ce9a /docker_image_build
parent4038e157f640ad185d5469c146c8f0faf23dd3ec (diff)
Adding breaktrace & disabling timer migration
This patch is used to update yardstick branch and provide breaktrace value for executing cyclictest. Also used to disable kernel timer migration on guest. Change-Id: I44237b6a3711aa22bcabd0aaad199057efa38137 Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
Diffstat (limited to 'docker_image_build')
-rw-r--r--docker_image_build/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker_image_build/Dockerfile b/docker_image_build/Dockerfile
index 6af1176f4..f292bf2f5 100644
--- a/docker_image_build/Dockerfile
+++ b/docker_image_build/Dockerfile
@@ -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/danube
+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