X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-hc2vpp-verify-odl.sh;h=25f4741a44bfdcbd9054b1816599e3f692807960;hp=2c55434a05d08817548b9ab0cf332fec4caa98c1;hb=e969ed4b0e5ef34525c4b81db51d320ab32f8e10;hpb=2d5fa6ba9d88091869a83dd1ae10272e2d5bdde8 diff --git a/bootstrap-hc2vpp-verify-odl.sh b/bootstrap-hc2vpp-verify-odl.sh index 2c55434a05..25f4741a44 100755 --- a/bootstrap-hc2vpp-verify-odl.sh +++ b/bootstrap-hc2vpp-verify-odl.sh @@ -39,7 +39,7 @@ ODL=$2 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