From caabba96ca0efb5e0d21ce5122da4e5fc873f4fe Mon Sep 17 00:00:00 2001
From: Martin Klozik <martinx.klozik@intel.com>
Date: Fri, 10 Nov 2017 08:11:32 +0000
Subject: 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>
---
 ci/build-vsperf.sh | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'ci')

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
-- 
cgit