summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com>2015-09-07 13:56:07 +0200
committerJo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com>2015-09-07 13:56:07 +0200
commitcdc94124b5a759f0461e2400af096e08a26c88d1 (patch)
treec59cb737a36ab3bcbc3b08c183a00521b5291cb8
parent5a162045482fa4b75e0285b87b0bb88e388686e2 (diff)
Add package qemu-img to yardstick CI script
Change-Id: Id95998d1c36b1250c871429e1e263e92f919ef1d JIRA: - Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com>
-rw-r--r--jjb/yardstick/yardstick.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/yardstick/yardstick.yml b/jjb/yardstick/yardstick.yml
index dda76ab4b..385099dc7 100644
--- a/jjb/yardstick/yardstick.yml
+++ b/jjb/yardstick/yardstick.yml
@@ -224,6 +224,10 @@
# TODO: This should maybe go into openrc instead!?
export OS_IMAGE_API_VERSION=1
+ # Install required packages.
+ # 'qemu-nbd' is needed when building the yardstick image.
+ sudo yum -y install qemu-img
+
# set virtualenv
echo "Yardstick: setup virtualenv"
cd $WORKSPACE