commit | 9bc61c6c579e9e6d4cd886c08fb09e2e63c9c18d | [log] [tgz] |
---|---|---|
author | Dan Talayco <dan.talayco@bigswitch.com> | Wed Apr 04 10:12:35 2012 -0700 |
committer | Dan Talayco <dan.talayco@bigswitch.com> | Wed Apr 04 10:12:35 2012 -0700 |
tree | 9df7454d5ceebf6a7f27329a10f30a861b5abd9e | |
parent | d7c80d158949d528bad73d9dca8adface5bb8860 [diff] |
Do barrier after each flow mod Should this be after each group of flow mods?
diff --git a/tests/caps.py b/tests/caps.py index 9c2c697..bb85818 100644 --- a/tests/caps.py +++ b/tests/caps.py
@@ -99,7 +99,7 @@ while True: request.match.nw_src += 1 rv = obj.controller.message_send(request) -# do_barrier(obj.controller) + do_barrier(obj.controller) flow_count += 1 if flow_count % count_check == 0: response, pkt = obj.controller.transact(tstats, timeout=2)