commit | 9130bcde34c639be168f7fa5ba637628d3675193 | [log] [tgz] |
---|---|---|
author | Rob Sherwood <rob.sherwood@bigswitch.com> | Wed Mar 07 12:23:50 2012 -0800 |
committer | Rob Sherwood <rob.sherwood@bigswitch.com> | Wed Mar 07 12:25:27 2012 -0800 |
tree | 85bde8fbf4e18aa5cc34b067822b1ff845366b19 | |
parent | e3e452a3e5b2d6d288a6efeac52911f54175c6fa [diff] [blame] |
bugfix: flow_stats test needed to set buffer_id Thanks to Thu Quoc <tquoc@us.ibm.com> for pointing this out.
diff --git a/tests/caps.py b/tests/caps.py index 14d616f..d0bb2d0 100644 --- a/tests/caps.py +++ b/tests/caps.py
@@ -75,6 +75,7 @@ match.wildcards |= ofp.OFPFW_DL_SRC request.match = match + request.buffer_id = 0xffffffff # set to NONE caps_logger.info(request.show()) tstats = message.table_stats_request()