> > Hi Numan, > > The test still fails occasionaly because here we might have already > received a GARP from ovn-controller. "add-flows" below will not reset > the packet counters. > > What we can do is either: > > a. del the flows here: > AT_CHECK([as hv1 ovs-ofctl del-flows br-phys]) > > b. add the br-phys flows in the beginning of the test, before > ovn-controller has the chance to send GARPs. > > With this addressed: > > > Acked-by: Dumitru Ceara <[email protected] <mailto:[email protected]>> > > > Hi Dumitru, > > Thanks for the review . I did (a) and applied the patch to master. > > Numan > > Hi Numan,
Thanks, I ran the tests on the latest master and they all pass. Regards, Dumitru _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
