commit | f8e80dd88f1ead8f403097180f9c83fad1d561e0 | [log] [tgz] |
---|---|---|
author | Dan Talayco <dtalayco@stanford.edu> | Thu Apr 15 14:06:21 2010 -0700 |
committer | Dan Talayco <dtalayco@stanford.edu> | Thu Apr 15 14:06:21 2010 -0700 |
tree | 8774404668ef4c85493856d7632d217b914a5552 | |
parent | 7dd6cd6035742b47c89212b19a001f2b4663173d [diff] | |
parent | 446c143accbc42632cdd2d5ce0e58dad09540399 [diff] |
Merge branch 'master' of yuba:/usr/local/git/openflow-projects/oftest
diff --git a/tests/pktact.py b/tests/pktact.py index eb34e7e..31c56ce 100644 --- a/tests/pktact.py +++ b/tests/pktact.py
@@ -74,6 +74,7 @@ pkt = simple_tcp_packet() match = parse.packet_to_flow_match(pkt) + match.wildcards &= ~ofp.OFPFW_IN_PORT self.assertTrue(match is not None, "Could not generate flow match from pkt") act = action.action_output()