There are some known issues related to the way OVS canonicalizes flows and
the way flow_query works.  These are definitely at the root of many of the
errors.

-Dan


On Tue, Oct 23, 2012 at 2:09 PM, Rob Sherwood <[email protected]>wrote:

> Hi Maryam,
>
> Historically OVS has passed all of the OFTest tests (IIRC, I last ran
> OFtest on OVS around v1.4) but there's been a lot of work on both OVS
> and OFTest since then so it's possible there's been a regression on
> either side.  Particularly the fact that you're seeing ERROR would
> indicate it might be an OFTest issue.
>
> Given that it's an open source project, your help in identifying the
> issues would be appreciated.
>
> - Rob
> .
>
> On Mon, Oct 22, 2012 at 10:54 PM, maryam hanfi <[email protected]>
> wrote:
> > Hi All,
> >
> > I am runing OFTest (commit ID 8592bec4a2a9f2a21a43cd3af595923bf1569a3a)
> and
> > Open vSwitch-1.7.1 on x86 machines. First, I create virtual
> > interfaces(veth0-veth7)
> > Add veth0,veth2,veth4,veth6 in bridge br0. and connect to controller
> using
> > command.
> > ovs-vsctl set-controller br0 tcp:127.0.0.1:6670
> >
> > There are total 91 tests, out of which 14 tests failing, and 5 giving me
> > error.
> >
> > All flow_query test are failing. flow_query tests are 12 in number.
> >
> > In every flow_query test, extra 11 active flows are reported. The log
> file
> > is also attached.
> >
> >  Kindly guide me where I am doing wrong. I try to debug Flow_Del_1. The
> test
> > expect 0 flows, when I run ovs-ofctl dump-flows and ovs-vsctl dump-flows
> it
> > shows 0 flows. I didn't understand why OFTest getting 11 active flows
> extra.
> >
> > I also try to debug Flow_Add_5, It is unable to verify flow table.
> > Is there any way to see the contents of flow_tbl(flow table) in OFTest?
> >
> > WildcardPriority, wildcardPriorityWithDelete and
> DirectPacketControllerQueue
> > tests are also failing.
> >
> > The errors are attached in OFTest-output file. While logs of all the
> tests
> > are placed in OFTest.log file
> >
> > I want to check openFlow 1.0 compliance of Open vSwitch-1.7.1. Are the
> tests
> > that failing necessary for openflow 1.0 compliance? Or these tests are
> for
> > openFlow 1.1 compliance
> >
> >
> >
> >
> >
> > _______________________________________________
> > openflow-discuss mailing list
> > [email protected]
> > https://mailman.stanford.edu/mailman/listinfo/openflow-discuss
> >
> _______________________________________________
> openflow-discuss mailing list
> [email protected]
> https://mailman.stanford.edu/mailman/listinfo/openflow-discuss
>
_______________________________________________
openflow-discuss mailing list
[email protected]
https://mailman.stanford.edu/mailman/listinfo/openflow-discuss

Reply via email to