From df6c3a66564a21fa0ee44bc26d4bf555df2ce531 Mon Sep 17 00:00:00 2001 From: Maryam Tahhan Date: Wed, 10 Aug 2016 12:21:27 +0000 Subject: Updated armband Project: vswitchperf 612090b0009574d02cf21a4fe41f036d0694b1b1 integration_cleanup: Force testcase cleanup to always run During testcase development on the integration side, if namespaces are used or veth ports and an exception is raised. The namespaces and veth ports are not properly cleanup up because the run_finalize does not get executed. This patch wraps the testing block in a try block where a finally will ALWAYS execute the run_finalize thus preventing the possiblity of leftover testing artifacts. JIRA: VSPERF-328 Change-Id: I4ea5f29a48b9171f330847f34b5b30ef3ab22f27 Signed-off-by: Christian Trautman --- upstream/vswitchperf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upstream/vswitchperf b/upstream/vswitchperf index ec78c5c7..612090b0 160000 --- a/upstream/vswitchperf +++ b/upstream/vswitchperf @@ -1 +1 @@ -Subproject commit ec78c5c7f8a9357e404b7207e626df97dd20efa9 +Subproject commit 612090b0009574d02cf21a4fe41f036d0694b1b1 -- cgit 1.2.3-korg