CSIT-1590: Performance comparison analysis
[csit.git] / bootstrap-hc2vpp-verify.sh
index d8a772d..70466c3 100755 (executable)
@@ -37,7 +37,7 @@ OS=$1
 
 if [ -f "/etc/redhat-release" ]; then
     DISTRO="CENTOS"
-    sudo yum install -y python-devel python-virtualenv openssh-client
+    sudo yum install -y python-devel python-virtualenv openssh-clients sshpass
     VIRL_TOPOLOGY=$(cat ${SCRIPT_DIR}/VIRL_TOPOLOGY_CENTOS)
     VIRL_RELEASE=$(cat ${SCRIPT_DIR}/VIRL_RELEASE_CENTOS)
 else