Updated dpdk stable version in csit dpdk tests 29/17529/1
authorJan Gelety <jgelety@cisco.com>
Tue, 12 Feb 2019 15:43:05 +0000 (16:43 +0100)
committerJan Gelety <jgelety@cisco.com>
Tue, 12 Feb 2019 15:43:05 +0000 (16:43 +0100)
Change-Id: I201770202a6eabdf81805daade1348daae127dc8
Signed-off-by: Jan Gelety <jgelety@cisco.com>
resources/libraries/bash/function/gather.sh

index 25df734..88caa0d 100644 (file)
@@ -99,7 +99,7 @@ function gather_dpdk () {
     else
         echo "Downloading DPDK packages of specific version from repo..."
         # TODO: Can we autodetect this based on what CSIT-stable VPP uses?
-        dpdk_stable_ver="dpdk-18.08.tar.xz"
+        dpdk_stable_ver="dpdk-18.11.tar.xz"
     fi
     # TODO: Use "wget -N" instead checking for file presence?
     if [[ ! -f "${dpdk_stable_ver}" ]]; then