test/vm_setup.sh: add parted for Arch Linux

Parted is not installed in the system by default and
is needed by number of spdk tests.

Signed-off-by: Karol Latecki <karol.latecki@intel.com>
Change-Id: I5d8628be2e328d528a8aa47a8084d33fbb63b187
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1482
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
Karol Latecki 2020-03-26 11:37:08 +01:00 committed by Tomasz Zawadzki
parent 71fc81620f
commit 91407607e5

View File

@ -653,7 +653,8 @@ if $INSTALL; then
bc \
perl-switch \
open-iscsi \
smartmontools
smartmontools \
parted
# TODO:
# These are either missing or require some other installation method