diff --git a/scripts/pkgdep/debian.sh b/scripts/pkgdep/debian.sh index 10f61b839..fd239602e 100755 --- a/scripts/pkgdep/debian.sh +++ b/scripts/pkgdep/debian.sh @@ -23,7 +23,7 @@ apt-get install -y libnuma-dev apt-get install -y autoconf automake libtool help2man if [[ $INSTALL_DEV_TOOLS == "true" ]]; then # Tools for developers - apt-get install -y git astyle pep8 lcov clang sg3-utils pciutils shellcheck + apt-get install -y git astyle pep8 lcov clang sg3-utils pciutils shellcheck abigail-tools # Additional python style checker not available on ubuntu 16.04 or earlier. apt-get install -y pycodestyle || true # Additional dependecies for nvmf performance test script diff --git a/scripts/pkgdep/rhel.sh b/scripts/pkgdep/rhel.sh index 7c03c97d8..98efdc7a0 100755 --- a/scripts/pkgdep/rhel.sh +++ b/scripts/pkgdep/rhel.sh @@ -48,7 +48,7 @@ if [[ $INSTALL_DEV_TOOLS == "true" ]]; then else yum install -y python-pycodestyle lcov ShellCheck fi - yum install -y git astyle sg3_utils pciutils + yum install -y git astyle sg3_utils pciutils libabigail fi if [[ $INSTALL_PMEM == "true" ]]; then # Additional dependencies for building pmem based backends diff --git a/test/common/config/pkgdep/apt-get b/test/common/config/pkgdep/apt-get index 92d4de1b4..130b77a9b 100644 --- a/test/common/config/pkgdep/apt-get +++ b/test/common/config/pkgdep/apt-get @@ -94,6 +94,7 @@ packages=( bc smartmontools wget + xfsprogs ) if [[ $OSID != ubuntu ]]; then diff --git a/test/common/config/pkgdep/dnf b/test/common/config/pkgdep/dnf index 5ef810d2a..7a6cbe45c 100644 --- a/test/common/config/pkgdep/dnf +++ b/test/common/config/pkgdep/dnf @@ -57,6 +57,7 @@ packages=( systemd-devel smartmontools wget + xfsprogs ) pre_install() { diff --git a/test/common/config/pkgdep/pacman b/test/common/config/pkgdep/pacman index 43d3db2f5..d6d3d0c53 100644 --- a/test/common/config/pkgdep/pacman +++ b/test/common/config/pkgdep/pacman @@ -52,6 +52,7 @@ packages=( smartmontools parted wget + xfsprogs ) # TODO: diff --git a/test/common/config/pkgdep/yum b/test/common/config/pkgdep/yum index 72a35e9b5..c5a3084d1 100644 --- a/test/common/config/pkgdep/yum +++ b/test/common/config/pkgdep/yum @@ -54,6 +54,8 @@ packages=( systemd-devel python3 wget + btrfs-progs + xfsprogs ) pre_install() {