From cdc94124b5a759f0461e2400af096e08a26c88d1 Mon Sep 17 00:00:00 2001 From: Jo¶rgen Karlsson Date: Mon, 7 Sep 2015 13:56:07 +0200 Subject: Add package qemu-img to yardstick CI script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id95998d1c36b1250c871429e1e263e92f919ef1d JIRA: - Signed-off-by: Jo¶rgen Karlsson --- jjb/yardstick/yardstick.yml | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit 1.2.3-korg