Skip to content

Instantly share code, notes, and snippets.

@John-Lin
Created April 9, 2014 02:59
Show Gist options
  • Save John-Lin/10222163 to your computer and use it in GitHub Desktop.
Save John-Lin/10222163 to your computer and use it in GitHub Desktop.
testing log from OFTest
-------- Testing basic.EchoWithData --------
WARNING: No route found for IPv6 destination :: (no default route?)
basic.EchoWithData ... ok
----------------------------------------------------------------------
Ran 1 test in 0.540s
OK
-------- Testing basic.PacketIn --------
WARNING: No route found for IPv6 destination :: (no default route?)
basic.PacketIn ... FAIL
======================================================================
FAIL: basic.PacketIn
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/linton/Projects/oftest/tests/basic.py", line 94, in runTest
verify_packet_in(self, str(pkt), of_port, ofp.OFPR_NO_MATCH)
File "/home/linton/Projects/oftest/src/python/oftest/testutils.py", line 1589, in verify_packet_in
test.assertTrue(msg is not None, 'Packet in message not received on port %d' % in_port)
File "/home/linton/Projects/oftest/src/python/oftest/base_tests.py", line 97, in assertTrue
unittest.TestCase.assertTrue(self, cond, msg)
AssertionError: Packet in message not received on port 1
----------------------------------------------------------------------
Ran 1 test in 2.509s
FAILED (failures=1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment