On 22 May 2017 at 05:18, Alin Serdean <aserd...@cloudbasesolutions.com> wrote:
> 'multiple bridges share a controller' hangs on windows because it is
> lacking the exit information (it will hang when the test has finished)
>
> Introduce a pidfile to 'ovs-testcontroller' and end it on exit based on
> the pidfile.
>
> Signed-off-by: Alin Gabriel Serdean <aserd...@cloudbasesolutions.com>

Hi Alin,

"on_exit" will queue up a command to be run at the end of the test
run, regardless of success or failure. As such, I think that this
should be run immediately after the launch of ovs-testcontroller.
Otherwise it's possible that something else in the test fails before
the end, and ovs-testcontroller is not cleaned up.
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to