======================================================================
ERROR: runTest (pktact.DirectPacketControllerQueue)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/blp/nicira/oftest/tests/pktact.py", line 349, in runTest
self.handleFlow()
File "/home/blp/nicira/oftest/tests/pktact.py", line 389, in handleFlow
+ str(self.portQueuesGet(queue_stats, egress_port)))
File "/home/blp/nicira/oftest/tests/pktact.py", line 353, in portQueuesGet
for qs in queue_stats.stats:
AttributeError: queue_op_failed_error_msg instance has no attribute 'stats'
This tests passes in my environment.
======================================================================
FAIL: runTest (port_stats.MultiFlowStats)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/blp/nicira/oftest/tests/port_stats.py", line 258, in runTest
initTxInPort, initRxInPort + num_pkt1s + num_pkt2s)
File "/home/blp/nicira/oftest/tests/port_stats.py", line 115, in verifyStats
"Packet received does not match number sent")
File "/home/blp/nicira/oftest/src/python/oftest/base_tests.py", line 88, in
assertTrue
unittest.TestCase.assertTrue(self, cond, msg)
AssertionError: Packet received does not match number sent
I will send a patch for this shortly.
======================================================================
FAIL: runTest (port_stats.SingleFlowStats)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/blp/nicira/oftest/tests/port_stats.py", line 179, in runTest
verifyStats(self, ingress_port, test_timeout, initTxInPort, initRxInPort +
num_sends)
File "/home/blp/nicira/oftest/tests/port_stats.py", line 115, in verifyStats
"Packet received does not match number sent")
File "/home/blp/nicira/oftest/src/python/oftest/base_tests.py", line 88, in
assertTrue
unittest.TestCase.assertTrue(self, cond, msg)
AssertionError: Packet received does not match number sent
Ditto (its the same patch)
======================================================================
FAIL: runTest (flow_expire.FlowExpire)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/blp/nicira/oftest/tests/flow_expire.py", line 88, in runTest
'Flow table entry does not match')
AssertionError: Flow table entry does not match
I see this but have not addressed it.
======================================================================
FAIL: runTest (detailed_contr_sw_messages.DeleteEmerFlow)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/blp/nicira/oftest/tests/detailed_contr_sw_messages.py", line
468, in runTest
'Test Failed ')
File "/home/blp/nicira/oftest/src/python/oftest/base_tests.py", line 88, in
assertTrue
unittest.TestCase.assertTrue(self, cond, msg)
AssertionError: Test Failed
Ditto
======================================================================
FAIL: runTest (flow_stats.SingleFlowStats)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/blp/nicira/oftest/tests/flow_stats.py", line 156, in runTest
self.verifyStats(flow_mod_msg, match, ofp.OFPP_NONE, test_timeout, 0)
File "/home/blp/nicira/oftest/tests/flow_stats.py", line 97, in verifyStats
"Matches do not match")
AssertionError: Matches do not match
Ditto
======================================================================
FAIL: runTest (pktact.WildcardPriorityWithDelete)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/blp/nicira/oftest/tests/pktact.py", line 1150, in runTest
self.verifyFlow(of_ports[0], of_ports[2])
File "/home/blp/nicira/oftest/tests/pktact.py", line 1062, in verifyFlow
receive_pkt_verify(self, egp, pkt, inp)
File "/home/blp/nicira/oftest/src/python/oftest/testutils.py", line 309, in
receive_pkt_verify
"Did not receive packet port " + str(check_port))
File "/home/blp/nicira/oftest/src/python/oftest/base_tests.py", line 88, in
assertTrue
unittest.TestCase.assertTrue(self, cond, msg)
AssertionError: Did not receive packet port 3
I will send a patch (its the same patch again).
======================================================================
FAIL: runTest (pktact.WildcardPriority)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/blp/nicira/oftest/tests/pktact.py", line 1119, in runTest
self.verifyFlow(of_ports[0], of_ports[3])
File "/home/blp/nicira/oftest/tests/pktact.py", line 1062, in verifyFlow
receive_pkt_verify(self, egp, pkt, inp)
File "/home/blp/nicira/oftest/src/python/oftest/testutils.py", line 309, in
receive_pkt_verify
"Did not receive packet port " + str(check_port))
File "/home/blp/nicira/oftest/src/python/oftest/base_tests.py", line 88, in
assertTrue
unittest.TestCase.assertTrue(self, cond, msg)
AssertionError: Did not receive packet port 4
Ditto
======================================================================
FAIL: runTest (pktact.DirectLlcPackets)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/blp/nicira/oftest/tests/pktact.py", line 2530, in runTest
IS_NOT_SNAP,
File "/home/blp/nicira/oftest/tests/pktact.py", line 2510, in testPacket
testPacketEthTypeNotEth(title, llc, is_snap)
File "/home/blp/nicira/oftest/tests/pktact.py", line 2506, in
testPacketEthTypeNotEth
self.testPktsAgainstFlow(pkts, act, match)
File "/home/blp/nicira/oftest/tests/pktact.py", line 1999, in
testPktsAgainstFlow
self.testPktAgainstFlow(title, pkt, acts, match, expected_result)
File "/home/blp/nicira/oftest/tests/pktact.py", line 2071, in
testPktAgainstFlow
"Did not receive packet, expected a match")
File "/home/blp/nicira/oftest/src/python/oftest/base_tests.py", line 88, in
assertTrue
unittest.TestCase.assertTrue(self, cond, msg)
AssertionError: Did not receive packet, expected a match
I see a different error.
======================================================================
FAIL: pktact.DirectLlcPackets
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/horms/projects/openvswitch/oftest/tests/pktact.py", line 2550,
in runTest
IS_SNAP_NOT_IP,
File "/home/horms/projects/openvswitch/oftest/tests/pktact.py", line 2515,
in testPacket
testPacketEthTypeNotEth(title, llc, is_snap)
File "/home/horms/projects/openvswitch/oftest/tests/pktact.py", line 2511,
in testPacketEthTypeNotEth
self.testPktsAgainstFlow(pkts, act, match)
File "/home/horms/projects/openvswitch/oftest/tests/pktact.py", line 2001,
in testPktsAgainstFlow
self.testPktAgainstFlow(title, pkt, acts, match, expected_result)
File "/home/horms/projects/openvswitch/oftest/tests/pktact.py", line 2090,
in testPktAgainstFlow
self.assertTrue(rcv_pkt is None, "Received packet, expected drop")
File
"/home/horms/projects/openvswitch/oftest/src/python/oftest/base_tests.py", line
97, in assertTrue
unittest.TestCase.assertTrue(self, cond, msg)
AssertionError: Received packet, expected drop
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev