From 75e7f85974b3e480463e8883946486c11159f7ab Mon Sep 17 00:00:00 2001 From: Andy Zhou Date: Thu, 5 Feb 2015 15:31:09 -0800 Subject: [PATCH] test: add name space removal on test failure Improves test failure handling. Remove name spaces that are no longer needed so they to linger around before the next test starts. Signed-off-by: Andy Zhou Signed-off-by: Joe Stringer --- tests/kmod-traffic.at | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/kmod-traffic.at b/tests/kmod-traffic.at index 34e50625d..ddb2cb254 100644 --- a/tests/kmod-traffic.at +++ b/tests/kmod-traffic.at @@ -5,6 +5,7 @@ OVS_KMOD_VSWITCHD_START( [set-fail-mode br0 standalone -- ]) ADD_NAMESPACES(at_ns0, at_ns1) +ON_EXIT(DEL_NAMESPACES(at_ns0, at_ns1)) ADD_VETH(p0, at_ns0, br0, "10.1.1.1/24") ADD_VETH(p1, at_ns1, br0, "10.1.1.2/24") -- 2.20.1