aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Klozik <martinx.klozik@intel.com>2017-11-10 08:11:32 +0000
committerMartin Klozik <martinx.klozik@intel.com>2017-12-01 19:21:50 +0000
commitcaabba96ca0efb5e0d21ce5122da4e5fc873f4fe (patch)
tree127a4bfc4f9ad3c0baf6891c9b68eecbc0efe161
parentaa533b8a33eb0888b1f09ae8e773cfbeb1d3dda1 (diff)
tools: Update versions of tools
Default versions of DPDK, OVS, VPP and QEMU have been updated. VPP socket file configuration is mandatory for VPP 17.10. Change-Id: I3465161ae9ba9b50dfd90bb19d84f128c72d44ea Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
-rwxr-xr-xci/build-vsperf.sh6
-rw-r--r--src/package-list.mk8
2 files changed, 10 insertions, 4 deletions
diff --git a/ci/build-vsperf.sh b/ci/build-vsperf.sh
index 755fb51a..00a548ba 100755
--- a/ci/build-vsperf.sh
+++ b/ci/build-vsperf.sh
@@ -120,6 +120,12 @@ function terminate_vsperf() {
sleep 1
sudo pkill ovsdb-server &> /dev/null
sleep 1
+ sudo pkill vppctl &> /dev/null
+ sleep 1
+ sudo pkill vpp &> /dev/null
+ sleep 1
+ sudo pkill -9 vpp &> /dev/null
+ sleep 1
}
# check and print testcase execution status
diff --git a/src/package-list.mk b/src/package-list.mk
index cf2ff57f..7b82ee6f 100644
--- a/src/package-list.mk
+++ b/src/package-list.mk
@@ -13,19 +13,19 @@
# dpdk section
# DPDK_URL ?= git://dpdk.org/dpdk
DPDK_URL ?= http://dpdk.org/git/dpdk
-DPDK_TAG ?= v17.02
+DPDK_TAG ?= v17.08
# OVS section
OVS_URL ?= https://github.com/openvswitch/ovs
-OVS_TAG ?= cc3a32f3b6891168cee98812e8f5e3d8a5a52c98
+OVS_TAG ?= v2.8.1
# VPP section
VPP_URL ?= https://git.fd.io/vpp
-VPP_TAG ?= v17.04
+VPP_TAG ?= v17.07
# QEMU section
QEMU_URL ?= https://github.com/qemu/qemu.git
-QEMU_TAG ?= v2.5.0
+QEMU_TAG ?= v2.9.1
# TREX section
TREX_URL ?= https://github.com/cisco-system-traffic-generator/trex-core.git