diff --git a/bindep.txt b/bindep.txt index f737d2bc..5e42b721 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,5 +1,6 @@ # This is a cross-platform list tracking distribution packages needed by tests; # see http://docs.openstack.org/infra/bindep/ for additional information. -squashfs-tools +squashfs-tools [!platform:suse] +squashfs [platform:suse] zypper [!platform:redhat !platform:ubuntu-trusty] gnupg2 [!platform:redhat !platform:ubuntu-trusty] diff --git a/tests/install_test_deps.sh b/tests/install_test_deps.sh index fe85d4ba..cbb429dd 100755 --- a/tests/install_test_deps.sh +++ b/tests/install_test_deps.sh @@ -24,6 +24,15 @@ sudo apt-get install -y --force-yes \ kpartx \ util-linux \ qemu-img || \ + sudo zypper -n install \ + bzip2 \ + debootstrap \ + docker \ + kpartx \ + util-linux \ + python-pyliblzma \ + yum-utils \ + qemu-tools || \ sudo emerge \ app-arch/bzip2 \ app-emulation/qemu \