commit | ba3f0e2ebbe7b4f933c725e33b861895ad8f16d3 | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Mon Mar 11 16:43:57 2013 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Tue Mar 12 10:45:56 2013 -0700 |
tree | 2e2ebffefbe8152022bf43414cf71a5dfe265f09 | |
parent | 8fbfd66c4033bb81694a8d1b80a50f8125f53ae6 [diff] [blame] |
loxi-prep: subtype flow_mod classes
diff --git a/tests/caps.py b/tests/caps.py index 7a0b83f..7fceeaf 100644 --- a/tests/caps.py +++ b/tests/caps.py
@@ -36,7 +36,7 @@ break; match.in_port = port match.ipv4_src = 1 - request = ofp.message.flow_mod() + request = ofp.message.flow_add() count_check = 101 # fixme: better way to determine this. if is_exact: match.wildcards = 0