commit | 9d3cc6bb3fc93d18631784a7eb858f6a0b8cbf9f | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Fri Mar 08 16:33:08 2013 -0800 |
committer | Rich Lane <rlane@bigswitch.com> | Tue Mar 12 10:45:56 2013 -0700 |
tree | f2c37387251df5a102b5d7c1af6776688ee8de86 | |
parent | 28fa927a64e367d2fa0c8d2f300e2f7963d98127 [diff] [blame] |
loxi-prep: remove action_ prefix from callers
diff --git a/tests/flow_expire.py b/tests/flow_expire.py index f5b0773..ab19ec1 100644 --- a/tests/flow_expire.py +++ b/tests/flow_expire.py
@@ -42,7 +42,7 @@ match.wildcards &= ~ofp.OFPFW_IN_PORT self.assertTrue(match is not None, "Could not generate flow match from pkt") - act = ofp.action.action_output() + act = ofp.action.output() of_ports = config["port_map"].keys() of_ports.sort()