commit | 6192e51d479a87cc525cebe0d1df4656f9a886e0 | [log] [tgz] |
---|---|---|
author | Ed Swierk <eswierk@bigswitch.com> | Wed Aug 22 11:41:40 2012 -0700 |
committer | Ed Swierk <eswierk@bigswitch.com> | Wed Aug 22 11:41:40 2012 -0700 |
tree | 2ff5e466310fc69c0c9c685c6f50155617a511bb | |
parent | 9e55e282acfe725a663fca03771bcb496f0d401e [diff] [blame] |
Fix a couple of bugs
diff --git a/tests/caps.py b/tests/caps.py index 7c187cc..a3355f2 100644 --- a/tests/caps.py +++ b/tests/caps.py
@@ -63,7 +63,7 @@ obj.assertEqual(rv, 0, "Failed to delete all flows") pkt = simple_tcp_packet() - match = packet_to_flow_match(self, pkt) + match = packet_to_flow_match(obj, pkt) obj.assertTrue(match is not None, "Could not generate flow match from pkt") for port in of_ports: break;