[ovs-dev] OFtest failures

Ben Pfaff blp at nicira.com
Wed Oct 16 16:29:32 UTC 2013


On Wed, Oct 16, 2013 at 07:16:31PM +0900, Simon Horman wrote:
> I also applied the following patch to ovs as OFtest seems
> to want to use a different (the new?) port.
> 
> --- begin ---
> --- a/tests/run-oftest
> +++ b/tests/run-oftest
> @@ -74,7 +74,7 @@ for port in p1 p2 p3 p4; do
>                                 options:pstream=punix:$OVS_RUNDIR/$port
>  done
>  run ovs-vsctl \
> -    -- set-controller br0 tcp:127.0.0.1 \
> +    -- set-controller br0 tcp:127.0.0.1:6653 \
>      -- set controller br0 connection-mode=out-of-band max-backoff=1000
>  
>  # Run OFTest.
> --- end ---

Thanks, I sent this out as a formal patch:
        http://openvswitch.org/pipermail/dev/2013-October/032914.html



More information about the dev mailing list