[ovs-dev] [PATCH V2 1/4] tests: Fixed access denied on ovs-vswitchd.log

Joe Stringer joe at ovn.org
Thu Jun 2 22:55:41 UTC 2016


On 1 June 2016 at 04:45, Paul Boca <pboca at cloudbasesolutions.com> wrote:
> On Windows trying to overwrite the opened ovs-vswitchd.log
> fails with access denied. Closing it before trying to overwrite it
> solves the problem
>
> Signed-off-by: Paul-Daniel Boca <pboca at cloudbasesolutions.com>

Ideally we don't introduce platform differences into the tests; the
extra command should be available on both platforms, so you should be
able to just add "ovs-appctl vlog/close" rather than introducing the
if/else.

If you don't have a linux environment to test, then you can push the
patches to your github and get travis to try it for you.



More information about the dev mailing list