Hi All,<br><br>I am runing OFTest (commit ID 8592bec4a2a9f2a21a43cd3af595923bf1569a3a) and Open vSwitch-1.7.1 on x86 machines. First, I create virtual interfaces(veth0-veth7)<br>Add veth0,veth2,veth4,veth6 in bridge br0. and connect to controller using command. <br>
ovs-vsctl set-controller br0 tcp:<a href="http://127.0.0.1:6670">127.0.0.1:6670</a><br><br>There are total 91 tests, out of which 14 tests failing, and 5 giving me error.<br><br>All flow_query test are failing. flow_query tests are 12 in number.<br>
<br>In every flow_query test, extra 11 active flows are reported. The log file is also attached.<br><br> 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&#39;t understand why OFTest getting 11 active flows extra.<br>
<br>I also try to debug Flow_Add_5, It is unable to verify flow table.<br>Is there any way to see the contents of flow_tbl(flow table) in OFTest? <br><br>WildcardPriority, wildcardPriorityWithDelete and DirectPacketControllerQueue tests are also failing.<br>
<br>The errors are attached in OFTest-output file. While logs of all the tests are placed in OFTest.log file <br><br>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<br>
<br><br><br>