test/common: Add smartmontools dependencies for FUSE and NVMe-CUSE in vm_setup.sh
Signed-off-by: Maciej Wawryk <maciejx.wawryk@intel.com> Change-Id: Ia8f12aca0a70e93bddd0ad7aeb658f85044ffdfa Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/956 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
This commit is contained in:
parent
29e9fdc857
commit
dad9d17406
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user