docs: created select list of tests for report and trending.
[csit.git] / bootstrap-hc2vpp-integration-odl.sh
index 5272c7f..cc4913a 100755 (executable)
@@ -40,7 +40,7 @@ ODL=$3
 
 if [ -f "/etc/redhat-release" ]; then
     DISTRO="CENTOS"
-    sudo yum install -y python-devel python-virtualenv openssh-client sshpass
+    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