X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fbash%2Ffunction%2Fgather.sh;h=d5c294a4b5598b79558bdd01e16f1e9158040697;hp=b5bc6929558608d617da42391c4279247d7db2c9;hb=f3e74e6b21a5d5568f4bd1357222e8a014d8397c;hpb=3bb7803c9e74d4ceeac77480c11e01d5d8d7d589 diff --git a/resources/libraries/bash/function/gather.sh b/resources/libraries/bash/function/gather.sh index b5bc692955..d5c294a4b5 100644 --- a/resources/libraries/bash/function/gather.sh +++ b/resources/libraries/bash/function/gather.sh @@ -272,9 +272,6 @@ function gather_vpp () { warn "Downloading latest VPP packages from Packagecloud." else warn "Downloading stable VPP packages from Packagecloud." - DKMS_VERSION="$(<"${CSIT_DIR}/DPDK_STABLE_VER")" || { - die "Read DPDK stable version failed." - } VPP_VERSION="$(<"${CSIT_DIR}/VPP_STABLE_VER_UBUNTU")" || { die "Read VPP stable version failed." }