From 75cc8bf6331c04468fcc26f683c54af7ad0f6ddd Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Tue, 12 Feb 2019 16:43:05 +0100 Subject: [PATCH] Updated dpdk stable version in csit dpdk tests Change-Id: I201770202a6eabdf81805daade1348daae127dc8 Signed-off-by: Jan Gelety --- resources/libraries/bash/function/gather.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/libraries/bash/function/gather.sh b/resources/libraries/bash/function/gather.sh index 25df734790..88caa0dd88 100644 --- a/resources/libraries/bash/function/gather.sh +++ b/resources/libraries/bash/function/gather.sh @@ -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 -- 2.16.6