From 91407607e577e457fb2905850b7951e26d2456b6 Mon Sep 17 00:00:00 2001 From: Karol Latecki Date: Thu, 26 Mar 2020 11:37:08 +0100 Subject: [PATCH] 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 Change-Id: I5d8628be2e328d528a8aa47a8084d33fbb63b187 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1482 Tested-by: SPDK CI Jenkins Reviewed-by: Shuhei Matsumoto Reviewed-by: Jim Harris --- test/common/config/vm_setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/common/config/vm_setup.sh b/test/common/config/vm_setup.sh index 28d1f47a7..8e8ca62a3 100755 --- a/test/common/config/vm_setup.sh +++ b/test/common/config/vm_setup.sh @@ -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