[ovs-dev] [test-kmod improvements 4/6] test: add name space removal on test failure

Andy Zhou azhou at nicira.com
Fri Feb 6 00:06:41 UTC 2015


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 <azhou at nicira.com>
---
 tests/kmod-traffic.at | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/kmod-traffic.at b/tests/kmod-traffic.at
index 34e5062..ddb2cb2 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")
-- 
1.9.1




More information about the dev mailing list