diff options
author | Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com> | 2015-09-09 19:07:24 +0200 |
---|---|---|
committer | Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com> | 2015-09-09 19:07:24 +0200 |
commit | ee21dd36abc86f6970bd151db8442b7dca0bfc9a (patch) | |
tree | 4000562436d0b0c5ea9a5c1de8d6e98ea10d6708 | |
parent | caf955024bedf3d794fa902be1929d70a20301bc (diff) |
Fix for building on CentOS
JIRA: YARDSTICK-136
Change-Id: Ifc01b7740df612595e67e3a1cb3d3ec26da01204
Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com>
-rw-r--r-- | jjb/yardstick/yardstick.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/yardstick/yardstick.yml b/jjb/yardstick/yardstick.yml index 385099dc7..a9619032f 100644 --- a/jjb/yardstick/yardstick.yml +++ b/jjb/yardstick/yardstick.yml @@ -225,8 +225,8 @@ export OS_IMAGE_API_VERSION=1 # Install required packages. - # 'qemu-nbd' is needed when building the yardstick image. - sudo yum -y install qemu-img + # 'libguestfs-tools' is needed when building the yardstick image. + sudo yum -y install libguestfs-tools # set virtualenv echo "Yardstick: setup virtualenv" |