Merge "Add qemu-img to dib functests"

This commit is contained in:
Jenkins 2015-04-24 20:19:24 +00:00 committed by Gerrit Code Review
commit 7ae5a29bf9

@ -6,6 +6,7 @@
- gerrit-git-prep
- shell: |
#!/bin/bash -eux
sudo apt-get install -y qemu-utils || sudo yum -y install qemu-img
git clone https://git.openstack.org/openstack/dib-utils ../dib-utils
export PATH=$PATH:$(pwd)/bin
export PATH=$PATH:$(pwd)/../dib-utils/bin