c48a40d479
Move several parts of the "install_test_deps.sh" script into the more standard bindep.txt. This list is intentionally restricted as a first step. Developer documentation is updated to use bindep and clarified slightly. Change-Id: I7520902dc324d920a0c7c44a2d35fe49f9b05614
36 lines
873 B
Plaintext
36 lines
873 B
Plaintext
# This is a cross-platform list tracking distribution packages needed by tests;
|
|
# see https://docs.openstack.org/infra/bindep/ for additional information.
|
|
|
|
# common
|
|
bzip2
|
|
util-linux
|
|
dosfstools
|
|
gdisk
|
|
kpartx
|
|
|
|
squashfs-tools [!platform:suse]
|
|
squashfs [platform:suse]
|
|
zypper [!platform:redhat !platform:ubuntu-trusty !platform:ubuntu-bionic]
|
|
gnupg2 [!platform:redhat !platform:ubuntu-trusty !platform:suse]
|
|
|
|
# ubuntu
|
|
apt-transport-https [platform:dpkg]
|
|
inetutils-ping [platform:dpkg]
|
|
lsb-release [platform:dpkg]
|
|
python-lzma [platform:dpkg]
|
|
qemu-utils [platform:dpkg]
|
|
rpm [platform:dpkg]
|
|
uuid-runtime [platform:dpkg]
|
|
yum-utils [platform:dpkg]
|
|
debootstrap [platform:dpkg]
|
|
|
|
# centos/fedora
|
|
qemu-img [platform:redhat]
|
|
policycoreutils-python [platform:redhat]
|
|
|
|
# suse
|
|
python-pyliblzma [platform:suse]
|
|
yum-utils [platform:suse]
|
|
qemu-tools [platform:suse]
|
|
debootstrap [platform:suse]
|