On Wed, Aug 01, 2018 at 11:56:09AM +0200, Simon Horman wrote:
> On Tue, Jul 31, 2018 at 12:45:41PM -0700, Ben Pfaff wrote:
> > These caused the test to fail.
> > 
> > CC: Jakub Sitnicki <j...@redhat.com>
> > Fixes: 984c7d5ea8fe ("ovn-northd: Propagate dynamic addresses to port group 
> > address sets.")
> > Signed-off-by: Ben Pfaff <b...@ovn.org>
> > ---
> >  tests/ovn.at | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/tests/ovn.at b/tests/ovn.at
> > index 17c740aa2352..1b25b6e4d6b9 100644
> > --- a/tests/ovn.at
> > +++ b/tests/ovn.at
> > @@ -10361,10 +10361,10 @@ ovn-nbctl set Logical_Switch ls1 \
> >  
> >  dnl Check if updated address got propagated to the port group address sets
> >  AT_CHECK([ovn-sbctl get Address_Set pg1_ip4 addresses],
> > -         [0], [[["10.11.0.2", "10.2.0.2"]]
> > +         [0], [[["10.1.0.2", "10.2.0.2"]]
> >  ])
> >  AT_CHECK([ovn-sbctl get Address_Set pg1_ip6 addresses],
> > -         [0], [[["2001:db8:11::ff:fe00:1", "2001:db8:2::ff:fe00:2"]]
> > +         [0], [[["2001:db8:1::ff:fe00:1", "2001:db8:2::ff:fe00:2"]]
> >  ])
> >  
> >  AT_CLEANUP
> 
> Reviewed-by: Simon Horman <simon.hor...@netronome.com>
> Tested-by: Simon Horman <simon.hor...@netronome.com>

I took the liberty of pushing this to master and branch-2.10
as I believe it allows those branches to pass all tests
covered by travis-ci.
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to