Created
April 9, 2014 02:59
-
-
Save John-Lin/10222163 to your computer and use it in GitHub Desktop.
testing log from OFTest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-------- 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