From dad9d17406e19b27512c5ebe4ecbc2592b9e24ca Mon Sep 17 00:00:00 2001 From: Maciej Wawryk Date: Wed, 19 Feb 2020 13:50:58 +0100 Subject: [PATCH] test/common: Add smartmontools dependencies for FUSE and NVMe-CUSE in vm_setup.sh Signed-off-by: Maciej Wawryk Change-Id: Ia8f12aca0a70e93bddd0ad7aeb658f85044ffdfa Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/956 Tested-by: SPDK CI Jenkins Reviewed-by: Karol Latecki Reviewed-by: Tomasz Zawadzki Reviewed-by: Darek Stojaczyk --- test/common/config/vm_setup.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/test/common/config/vm_setup.sh b/test/common/config/vm_setup.sh index 4bb3f8eb7..8f5a464a9 100755 --- a/test/common/config/vm_setup.sh +++ b/test/common/config/vm_setup.sh @@ -489,7 +489,8 @@ if $INSTALL; then clang-analyzer \ bc \ kernel-modules-extra \ - systemd-devel + systemd-devel \ + smartmontools elif [ $PACKAGEMNG == 'apt-get' ]; then echo "Package perl-open is not available at Ubuntu repositories" >&2 @@ -558,7 +559,8 @@ if $INSTALL; then sshpass \ python3-pandas \ btrfs-tools \ - bc + bc \ + smartmontools # rpm-build is not used # iptables installed by default @@ -599,7 +601,8 @@ if $INSTALL; then clang \ bc \ perl-switch \ - open-iscsi + open-iscsi \ + smartmontools # TODO: # These are either missing or require some other installation method