Re: [ovs-dev] [PATCH] system-traffic: Remove DEL_NAMESPACE at ADD_NAMESPACE.

2016-05-04 Thread Darrell Ball
On Wed, May 4, 2016 at 3:04 PM, William Tu wrote: > Since in ADD_NAMESPACE we've queued up namespace deletion using on_exit, > whether the test passes or fails, the namespace will be cleaned up. So > remove the DEL_NAMESPACE before adding the namespace. > > Signed-off-by: William Tu > --- > te

[ovs-dev] [PATCH] system-traffic: Remove DEL_NAMESPACE at ADD_NAMESPACE.

2016-05-04 Thread William Tu
Since in ADD_NAMESPACE we've queued up namespace deletion using on_exit, whether the test passes or fails, the namespace will be cleaned up. So remove the DEL_NAMESPACE before adding the namespace. Signed-off-by: William Tu --- tests/system-common-macros.at | 3 +-- 1 file changed, 1 insertion(