From 92a5fb593cf3cf43c7b36563a7faf587059ef0ec Mon Sep 17 00:00:00 2001 From: Seth Howell Date: Thu, 13 Sep 2018 09:20:17 -0700 Subject: [PATCH] vm_setup: add sshfs sshfs is used to mount the shared filesystem used for communication between the pool and agents. Change-Id: I7c2a216ac57e394915f99bccf39d62d2ee17e5fb Signed-off-by: Seth Howell Reviewed-on: https://review.gerrithub.io/425513 Chandler-Test-Pool: SPDK Automated Test System Tested-by: SPDK CI Jenkins Reviewed-by: Ben Walker Reviewed-by: Shuhei Matsumoto --- test/common/config/vm_setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/common/config/vm_setup.sh b/test/common/config/vm_setup.sh index f3874697f..05324cd5c 100755 --- a/test/common/config/vm_setup.sh +++ b/test/common/config/vm_setup.sh @@ -134,6 +134,7 @@ if $INSTALL; then sudo dnf install -y libibverbs-utils sudo dnf install -y gdisk sudo dnf install -y socat + sudo dnf install -y sshfs fi cd ~